#681991

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

Shades of Kingfisher Daisy #681991

Tints of Kingfisher Daisy #681991

Color information

#681991 (or 0x681991) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 19 and 91. RGB value is (104,25,145). Sum of RGB (Red+Green+Blue) = 104+25+145=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #681991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681991 is #97E66E. Grayscale: #3D3D3D. Windows color (decimal): -9954927 or 9509224. OLE color: 9509224.

HSL color Cylindrical-coordinate representation of color #681991: hue angle of 279.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681991 is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10425145-
CMYK0.280.8300.43
HSL279.5º70.59%33.33%-
HSV(B)279.5º82.76%56.86%-
XYZ11.175.6827.3-
YUV62.3174.67157.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=37.96%
G=9.12%
B=52.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104251450.280.8300.43279.570.5933.33
Hex6819911C5302B1184721
Octal150312213412305343010741
Binary1101000110011001000111100101001101010111000110001000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681991; }

 p { color: rgb(104,25,145); }

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

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

 a { background-color: rgb(104,25,145); }

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

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

 span { border-color: rgb(104,25,145); }

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