#664382

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

Shades of Kingfisher Daisy #664382

Tints of Kingfisher Daisy #664382

Color information

#664382 (or 0x664382) is unknown color: approx Kingfisher Daisy. HEX triplet: 66, 43 and 82. RGB value is (102,67,130). Sum of RGB (Red+Green+Blue) = 102+67+130=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #664382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664382 is #99BC7D. Grayscale: #545454. Windows color (decimal): -10075262 or 8536934. OLE color: 8536934.

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

Color convert

RGB10267130-
CMYK0.220.4800.49
HSL273.33º31.98%38.63%-
HSV(B)273.33º48.46%50.98%-
XYZ11.528.4522.14-
YUV84.65153.6140.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=34.11%
G=22.41%
B=43.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102671300.220.4800.49273.3331.9838.63
Hex66438216300311112027
Octal14610320226600614214047
Binary1100110100001110000010101101100000110001100010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664382; }

 p { color: rgb(102,67,130); }

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

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

 a { background-color: rgb(102,67,130); }

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

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

 span { border-color: rgb(102,67,130); }

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