Html Css Color HEX #664890 Daisy Bush

📋 copy color: '#664890'

red 102 ◦ green 72 ◦ blue 144

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

Shades of Daisy Bush #664890

Tints of Daisy Bush #664890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

 BLUE value IS 144 (56.64% from 255) = 45.28%

R = 32.08%
G = 22.64%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#664890 (or 0x664890) is known color: Daisy Bush. HEX triplet: 66, 48 and 90. RGB value is (102,72,144). Sum of RGB (Red+Green+Blue) = 102+72+144=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #664890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664890 is #99B76F. Grayscale: #585858. Windows color (decimal): -10073968 or 9455718. OLE color: 9455718.

HSL color Cylindrical-coordinate representation of color #664890: hue angle of 265º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #664890 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 72 144 -
CMYK 0.29 0.50 0 0.44
HSL 265º 0.33% 0.42% -
HSV(B) 265º 0.5% 0.56% -
XYZ 12.83 9.47 27.54 -
YUV 89.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 102 72 144 0.29 0.50 0 0.44 265 0.33 0.42
Hex 66 48 90 1D 32 0 2C 109 21 2A
Octal 146 110 220 35 62 0 54 411 41 52
Binary 1100110 1001000 10010000 11101 110010 0 101100 100001001 100001 101010

Color Harmonies of #664890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664890

Black with #664890

Text Example


Text Example

White with #664890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664890; }

 p { color: rgb(102,72,144); }

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

background-color css

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

 a { background-color: rgb(102,72,144); }

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

border-color css

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

 span { border-color: rgb(102,72,144); }

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