Html Css Color HEX #664995 Daisy Bush

📋 copy color: '#664995'

red 102 ◦ green 73 ◦ blue 149

#664995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #664995

Tints of Daisy Bush #664995

RGB

 RED value IS 102 (40.23% from 255) = 31.48%

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 31.48%
G = 22.53%
B = 45.99%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#664995 (or 0x664995) is known color: Daisy Bush. HEX triplet: 66, 49 and 95. RGB value is (102,73,149). Sum of RGB (Red+Green+Blue) = 102+73+149=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #664995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664995 is #99B66A. Grayscale: #5A5A5A. Windows color (decimal): -10073707 or 9783654. OLE color: 9783654.

HSL color Cylindrical-coordinate representation of color #664995: hue angle of 262.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #664995 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 73 149 -
CMYK 0.32 0.51 0 0.42
HSL 262.89º 0.34% 0.44% -
HSV(B) 262.89º 0.51% 0.58% -
XYZ 13.29 9.76 29.62 -
YUV 90.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 102 73 149 0.32 0.51 0 0.42 262.89 0.34 0.44
Hex 66 49 95 20 33 0 2A 107 22 2C
Octal 146 111 225 40 63 0 52 407 42 54
Binary 1100110 1001001 10010101 100000 110011 0 101010 100000111 100010 101100

Color Harmonies of #664995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664995

Black with #664995

Text Example


Text Example

White with #664995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664995; }

 p { color: rgb(102,73,149); }

 H1.HeaderClassName
 {
   color: #664995;
 }
 .AnyTagClassName
 {
   color: #664995;
 }
</style>

background-color css

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

 a { background-color: rgb(102,73,149); }

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

border-color css

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

 span { border-color: rgb(102,73,149); }

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