#66248A

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

Shades of Kingfisher Daisy #66248A

Tints of Kingfisher Daisy #66248A

Color information

#66248A (or 0x66248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 24 and 8A. RGB value is (102,36,138). Sum of RGB (Red+Green+Blue) = 102+36+138=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #66248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66248A is #99DB75. Grayscale: #434343. Windows color (decimal): -10083190 or 9053286. OLE color: 9053286.

HSL color Cylindrical-coordinate representation of color #66248A: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66248A is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10236138-
CMYK0.260.7400.46
HSL278.82º58.62%34.12%-
HSV(B)278.82º73.91%54.12%-
XYZ10.75.9224.62-
YUV67.36167.87152.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 36 (14.45% from 255) = 13.04%
BLUE value IS 138 (54.30% from 255) = 50%
R=36.96%
G=13.04%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102361380.260.7400.46278.8258.6234.12
Hex66248A1A4A02E1173b22
Octal14644212321120564277342
Binary1100110100100100010101101010010100101110100010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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