#66248C

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

Shades of Kingfisher Daisy #66248C

Tints of Kingfisher Daisy #66248C

Color information

#66248C (or 0x66248C) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 24 and 8C. RGB value is (102,36,140). Sum of RGB (Red+Green+Blue) = 102+36+140=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #66248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248C is #99DB73. Grayscale: #434343. Windows color (decimal): -10083188 or 9184358. OLE color: 9184358.

HSL color Cylindrical-coordinate representation of color #66248C: hue angle of 278.08º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66248C is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10236140-
CMYK0.270.7400.45
HSL278.08º59.09%34.51%-
HSV(B)278.08º74.29%54.9%-
XYZ10.845.9825.39-
YUV67.59168.87152.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=36.69%
G=12.95%
B=50.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102361400.270.7400.45278.0859.0934.51
Hex66248C1B4A02D1163b23
Octal14644214331120554267343
Binary1100110100100100011001101110010100101101100010110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66248C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66248C; }

 p { color: rgb(102,36,140); }

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

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

 a { background-color: rgb(102,36,140); }

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

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

 span { border-color: rgb(102,36,140); }

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