#663F8E

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

Shades of Daisy Bush #663F8E

Tints of Daisy Bush #663F8E

Color information

#663F8E (or 0x663F8E) is unknown color: approx Daisy Bush. HEX triplet: 66, 3F and 8E. RGB value is (102,63,142). Sum of RGB (Red+Green+Blue) = 102+63+142=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #663F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663F8E is #99C071. Grayscale: #535353. Windows color (decimal): -10076274 or 9322342. OLE color: 9322342.

HSL color Cylindrical-coordinate representation of color #663F8E: hue angle of 269.62º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663F8E is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10263142-
CMYK0.280.5600.44
HSL269.62º38.54%40.2%-
HSV(B)269.62º55.63%55.69%-
XYZ12.148.3326.56-
YUV83.67160.92141.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=33.22%
G=20.52%
B=46.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102631420.280.5600.44269.6238.5440.2
Hex663F8E1C3802C10e2728
Octal1467721634700544164750
Binary110011011111110001110111001110000101100100001110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663F8E; }

 p { color: rgb(102,63,142); }

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

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

 a { background-color: rgb(102,63,142); }

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

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

 span { border-color: rgb(102,63,142); }

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