#66348C

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

Shades of Kingfisher Daisy #66348C

Tints of Kingfisher Daisy #66348C

Color information

#66348C (or 0x66348C) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 34 and 8C. RGB value is (102,52,140). Sum of RGB (Red+Green+Blue) = 102+52+140=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #66348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348C is #99CB73. Grayscale: #4C4C4C. Windows color (decimal): -10079092 or 9188454. OLE color: 9188454.

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

Color convert

RGB10252140-
CMYK0.270.6300.45
HSL274.09º45.83%37.65%-
HSV(B)274.09º62.86%54.9%-
XYZ11.447.1725.59-
YUV76.98163.56145.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 52 (20.70% from 255) = 17.69%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=34.69%
G=17.69%
B=47.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102521400.270.6300.45274.0945.8337.65
Hex66348C1B3F02D1122e26
Octal1466421433770554225646
Binary110011011010010001100110111111110101101100010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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