#663D8A

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

Shades of Daisy Bush #663D8A

Tints of Daisy Bush #663D8A

Color information

#663D8A (or 0x663D8A) is unknown color: approx Daisy Bush. HEX triplet: 66, 3D and 8A. RGB value is (102,61,138). Sum of RGB (Red+Green+Blue) = 102+61+138=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #663D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D8A is #99C275. Grayscale: #515151. Windows color (decimal): -10076790 or 9059686. OLE color: 9059686.

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

Color convert

RGB10261138-
CMYK0.260.5600.46
HSL271.95º38.69%39.02%-
HSV(B)271.95º55.8%54.12%-
XYZ11.74824.97-
YUV82.04159.58142.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 61 (24.22% from 255) = 20.27%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=33.89%
G=20.27%
B=45.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102611380.260.5600.46271.9538.6939.02
Hex663D8A1A3802E1102727
Octal1467521232700564204747
Binary110011011110110001010110101110000101110100010000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,61,138); }

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

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

 a { background-color: rgb(102,61,138); }

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

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

 span { border-color: rgb(102,61,138); }

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