#66378E

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

Shades of Daisy Bush #66378E

Tints of Daisy Bush #66378E

Color information

#66378E (or 0x66378E) is unknown color: approx Daisy Bush. HEX triplet: 66, 37 and 8E. RGB value is (102,55,142). Sum of RGB (Red+Green+Blue) = 102+55+142=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #66378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66378E is #99C871. Grayscale: #4E4E4E. Windows color (decimal): -10078322 or 9320294. OLE color: 9320294.

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

Color convert

RGB10255142-
CMYK0.280.6100.44
HSL272.41º44.16%38.63%-
HSV(B)272.41º61.27%55.69%-
XYZ11.737.5126.42-
YUV78.97163.57144.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.11%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=34.11%
G=18.39%
B=47.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal102551420.280.6100.44272.4144.1638.63
Hex66378E1C3D02C1102c27
Octal1466721634750544205447
Binary110011011011110001110111001111010101100100010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66378E; }

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

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

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

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

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

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

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

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