#66368E

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

Shades of Kingfisher Daisy #66368E

Tints of Kingfisher Daisy #66368E

Color information

#66368E (or 0x66368E) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 36 and 8E. RGB value is (102,54,142). Sum of RGB (Red+Green+Blue) = 102+54+142=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #66368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66368E is #99C971. Grayscale: #4E4E4E. Windows color (decimal): -10078578 or 9320038. OLE color: 9320038.

HSL color Cylindrical-coordinate representation of color #66368E: hue angle of 272.73º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66368E is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10254142-
CMYK0.280.6200.44
HSL272.73º44.9%38.43%-
HSV(B)272.73º61.97%55.69%-
XYZ11.687.4226.41-
YUV78.38163.9144.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=34.23%
G=18.12%
B=47.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102541420.280.6200.44272.7344.938.43
Hex66368E1C3E02C1112d26
Octal1466621634760544215546
Binary110011011011010001110111001111100101100100010001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66368E; }

 p { color: rgb(102,54,142); }

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

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

 a { background-color: rgb(102,54,142); }

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

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

 span { border-color: rgb(102,54,142); }

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