#664283

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

Shades of Kingfisher Daisy #664283

Tints of Kingfisher Daisy #664283

Color information

#664283 (or 0x664283) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 42 and 83. RGB value is (102,66,131). Sum of RGB (Red+Green+Blue) = 102+66+131=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #664283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664283 is #99BD7C. Grayscale: #535353. Windows color (decimal): -10075517 or 8602214. OLE color: 8602214.

HSL color Cylindrical-coordinate representation of color #664283: hue angle of 273.23º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664283 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10266131-
CMYK0.220.5000.49
HSL273.23º32.99%38.63%-
HSV(B)273.23º49.62%51.37%-
XYZ11.528.3622.48-
YUV84.17154.43140.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 131 (51.56% from 255) = 43.81%
R=34.11%
G=22.07%
B=43.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102661310.220.5000.49273.2332.9938.63
Hex66428316320311112127
Octal14610220326620614214147
Binary1100110100001010000011101101100100110001100010001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664283; }

 p { color: rgb(102,66,131); }

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

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

 a { background-color: rgb(102,66,131); }

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

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

 span { border-color: rgb(102,66,131); }

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