#66438C

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

Shades of Daisy Bush #66438C

Tints of Daisy Bush #66438C

Color information

#66438C (or 0x66438C) is unknown color: approx Daisy Bush. HEX triplet: 66, 43 and 8C. RGB value is (102,67,140). Sum of RGB (Red+Green+Blue) = 102+67+140=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #66438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66438C is #99BC73. Grayscale: #555555. Windows color (decimal): -10075252 or 9192294. OLE color: 9192294.

HSL color Cylindrical-coordinate representation of color #66438C: hue angle of 268.77º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66438C is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10267140-
CMYK0.270.5200.45
HSL268.77º35.27%40.59%-
HSV(B)268.77º52.14%54.9%-
XYZ12.228.7325.85-
YUV85.79158.6139.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 67 (26.56% from 255) = 21.68%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=33.01%
G=21.68%
B=45.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102671400.270.5200.45268.7735.2740.59
Hex66438C1B3402D10d2329
Octal14610321433640554154351
Binary1100110100001110001100110111101000101101100001101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66438C; }

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

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

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

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

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

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

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

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