#681A8A

Color #681A8A Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #681A8A

Tints of Kingfisher Daisy #681A8A

Color information

#681A8A (or 0x681A8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 1A and 8A. RGB value is (104,26,138). Sum of RGB (Red+Green+Blue) = 104+26+138=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #681A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A8A is #97E575. Grayscale: #3D3D3D. Windows color (decimal): -9954678 or 9050728. OLE color: 9050728.

HSL color Cylindrical-coordinate representation of color #681A8A: hue angle of 281.79º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681A8A is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10426138-
CMYK0.250.8100.46
HSL281.79º68.29%32.16%-
HSV(B)281.79º81.16%54.12%-
XYZ10.675.5224.55-
YUV62.09170.84157.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 26 (10.55% from 255) = 9.70%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=38.81%
G=9.70%
B=51.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104261380.250.8100.46281.7968.2932.16
Hex681A8A195102E11a4420
Octal150322123112105643210440
Binary1101000110101000101011001101000101011101000110101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A8A; }

 p { color: rgb(104,26,138); }

 H1.HeaderClassName
 {
   color: #681A8A;
 }
 .AnyTagClassName
 {
   color: #681A8A;
 }
</style>
background-color css

<style>
 a { background-color: #681A8A; }

 a { background-color: rgb(104,26,138); }

 div.DivClassName
 {
   background-color: #681A8A;
 }
 .BgClassName
 {
   background-color: #681A8A;
 }
</style>
border-color css

<style>
 span { border-color: #681A8A; }

 span { border-color: rgb(104,26,138); }

 td.TdClassName
 {
   border-color: #681A8A;
 }
 .TagClassName
 {
   border-color: #681A8A;
 }
</style>