#681D86

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

Shades of Kingfisher Daisy #681D86

Tints of Kingfisher Daisy #681D86

Color information

#681D86 (or 0x681D86) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 1D and 86. RGB value is (104,29,134). Sum of RGB (Red+Green+Blue) = 104+29+134=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #681D86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681D86 is #97E279. Grayscale: #3F3F3F. Windows color (decimal): -9953914 or 8789352. OLE color: 8789352.

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

Color convert

RGB10429134-
CMYK0.220.7800.47
HSL282.86º64.42%31.96%-
HSV(B)282.86º78.36%52.55%-
XYZ10.455.5423.07-
YUV63.4167.85156.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 29 (11.72% from 255) = 10.86%
BLUE value IS 134 (52.73% from 255) = 50.19%
R=38.95%
G=10.86%
B=50.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104291340.220.7800.47282.8664.4231.96
Hex681D86164E02F11b4020
Octal150352062611605743310040
Binary1101000111011000011010110100111001011111000110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,29,134); }

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

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

 a { background-color: rgb(104,29,134); }

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

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

 span { border-color: rgb(104,29,134); }

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