#66318F

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

Shades of Kingfisher Daisy #66318F

Tints of Kingfisher Daisy #66318F

Color information

#66318F (or 0x66318F) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 31 and 8F. RGB value is (102,49,143). Sum of RGB (Red+Green+Blue) = 102+49+143=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #66318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66318F is #99CE70. Grayscale: #4B4B4B. Windows color (decimal): -10079857 or 9384294. OLE color: 9384294.

HSL color Cylindrical-coordinate representation of color #66318F: hue angle of 273.83º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66318F is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10249143-
CMYK0.290.6600.44
HSL273.83º48.96%37.65%-
HSV(B)273.83º65.73%56.08%-
XYZ11.54726.73-
YUV75.56166.06146.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 49 (19.53% from 255) = 16.67%
BLUE value IS 143 (56.25% from 255) = 48.64%
R=34.69%
G=16.67%
B=48.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102491430.290.6600.44273.8348.9637.65
Hex66318F1D4202C1123126
Octal14661217351020544226146
Binary1100110110001100011111110110000100101100100010010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66318F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66318F; }

 p { color: rgb(102,49,143); }

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

<style>
 a { background-color: #66318F; }

 a { background-color: rgb(102,49,143); }

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

<style>
 span { border-color: #66318F; }

 span { border-color: rgb(102,49,143); }

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