#681A87

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

Shades of Kingfisher Daisy #681A87

Tints of Kingfisher Daisy #681A87

Color information

#681A87 (or 0x681A87) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 1A and 87. RGB value is (104,26,135). Sum of RGB (Red+Green+Blue) = 104+26+135=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #681A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681A87 is #97E578. Grayscale: #3D3D3D. Windows color (decimal): -9954681 or 8854120. OLE color: 8854120.

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

Color convert

RGB10426135-
CMYK0.230.8100.47
HSL282.94º67.7%31.57%-
HSV(B)282.94º80.74%52.94%-
XYZ10.455.4323.42-
YUV61.75169.34158.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=39.25%
G=9.81%
B=50.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104261350.230.8100.47282.9467.731.57
Hex681A87175102F11b4420
Octal150322072712105743310440
Binary1101000110101000011110111101000101011111000110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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