#664388

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

Shades of Daisy Bush #664388

Tints of Daisy Bush #664388

Color information

#664388 (or 0x664388) is unknown color: approx Daisy Bush. HEX triplet: 66, 43 and 88. RGB value is (102,67,136). Sum of RGB (Red+Green+Blue) = 102+67+136=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #664388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664388 is #99BC77. Grayscale: #555555. Windows color (decimal): -10075256 or 8930150. OLE color: 8930150.

HSL color Cylindrical-coordinate representation of color #664388: hue angle of 270.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664388 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10267136-
CMYK0.250.5100.47
HSL270.43º33.99%39.8%-
HSV(B)270.43º50.74%53.33%-
XYZ11.938.6224.33-
YUV85.33156.6139.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 67 (26.56% from 255) = 21.97%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=33.44%
G=21.97%
B=44.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102671360.250.5100.47270.4333.9939.8
Hex664388193302F10e2228
Octal14610321031630574164250
Binary1100110100001110001000110011100110101111100001110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664388; }

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

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

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

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

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

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

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

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