#661986

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

Shades of Kingfisher Daisy #661986

Tints of Kingfisher Daisy #661986

Color information

#661986 (or 0x661986) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 19 and 86. RGB value is (102,25,134). Sum of RGB (Red+Green+Blue) = 102+25+134=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 134 (52.73% from 255 or 51.34% from 261); Max value from RGB is 134 - color contains mainly: blue. Hex color #661986 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661986 is #99E679. Grayscale: #3C3C3C. Windows color (decimal): -10086010 or 8788326. OLE color: 8788326.

HSL color Cylindrical-coordinate representation of color #661986: hue angle of 282.39º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661986 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10225134-
CMYK0.240.8100.47
HSL282.39º68.55%31.18%-
HSV(B)282.39º81.34%52.55%-
XYZ10.135.2423.03-
YUV60.45169.51157.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.08%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 134 (52.73% from 255) = 51.34%
R=39.08%
G=9.58%
B=51.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102251340.240.8100.47282.3968.5531.18
Hex661986185102F11a451f
Octal146312063012105743210537
Binary110011011001100001101100010100010101111100011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661986; }

 p { color: rgb(102,25,134); }

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

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

 a { background-color: rgb(102,25,134); }

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

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

 span { border-color: rgb(102,25,134); }

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