#66238e

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

Shades of Kingfisher Daisy #66238E

Tints of Kingfisher Daisy #66238E

Color information

#66238E (or 0x66238E) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 23 and 8E. RGB value is (102,35,142). Sum of RGB (Red+Green+Blue) = 102+35+142=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #66238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66238E is #99DC71. Grayscale: #424242. Windows color (decimal): -10083442 or 9315174. OLE color: 9315174.

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

Color convert

RGB10235142-
CMYK0.280.7500.44
HSL277.57º60.45%34.71%-
HSV(B)277.57º75.35%55.69%-
XYZ10.965.9826.17-
YUV67.23170.2152.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 35 (14.06% from 255) = 12.54%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=36.56%
G=12.54%
B=50.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102351420.280.7500.44277.5760.4534.71
Hex66238E1C4B02C1163c23
Octal14643216341130544267443
Binary1100110100011100011101110010010110101100100010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66238e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66238e; }

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

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

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

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

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

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

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

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