#66348D

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

Shades of Kingfisher Daisy #66348D

Tints of Kingfisher Daisy #66348D

Color information

#66348D (or 0x66348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 34 and 8D. RGB value is (102,52,141). Sum of RGB (Red+Green+Blue) = 102+52+141=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #66348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66348D is #99CB72. Grayscale: #4C4C4C. Windows color (decimal): -10079091 or 9253990. OLE color: 9253990.

HSL color Cylindrical-coordinate representation of color #66348D: hue angle of 273.71º 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 #66348D is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10252141-
CMYK0.280.6300.45
HSL273.71º46.11%37.84%-
HSV(B)273.71º63.12%55.29%-
XYZ11.527.225.98-
YUV77.1164.06145.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.58%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=34.58%
G=17.63%
B=47.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102521410.280.6300.45273.7146.1137.84
Hex66348D1C3F02D1122e26
Octal1466421534770554225646
Binary110011011010010001101111001111110101101100010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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