Html Css Color HEX #664992 Daisy Bush

📋 copy color: '#664992'

red 102 ◦ green 73 ◦ blue 146

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

Shades of Daisy Bush #664992

Tints of Daisy Bush #664992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 31.78%
G = 22.74%
B = 45.48%

CMYK

 C value IS 0.30

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#664992 (or 0x664992) is known color: Daisy Bush. HEX triplet: 66, 49 and 92. RGB value is (102,73,146). Sum of RGB (Red+Green+Blue) = 102+73+146=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 146 - color contains mainly: blue. Hex color #664992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664992 is #99B66D. Grayscale: #595959. Windows color (decimal): -10073710 or 9587046. OLE color: 9587046.

HSL color Cylindrical-coordinate representation of color #664992: hue angle of 263.84º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664992 is Cyan = 0.30, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 102 73 146 -
CMYK 0.30 0.5 0 0.43
HSL 263.84º 0.33% 0.43% -
HSV(B) 263.84º 0.5% 0.57% -
XYZ 13.05 9.67 28.37 -
YUV 89.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 102 73 146 0.30 0.5 0 0.43 263.84 0.33 0.43
Hex 66 49 92 1E 32 0 2B 108 21 2B
Octal 146 111 222 36 62 0 53 410 41 53
Binary 1100110 1001001 10010010 11110 110010 0 101011 100001000 100001 101011

Color Harmonies of #664992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664992

Black with #664992

Text Example


Text Example

White with #664992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664992; }

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

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

background-color css

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

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

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

border-color css

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

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

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