Html Css Color HEX #664089 Daisy Bush

📋 copy color: '#664089'

red 102 ◦ green 64 ◦ blue 137

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

Shades of Daisy Bush #664089

Tints of Daisy Bush #664089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.12%

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 33.66%
G = 21.12%
B = 45.21%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#664089 (or 0x664089) is known color: Daisy Bush. HEX triplet: 66, 40 and 89. RGB value is (102,64,137). Sum of RGB (Red+Green+Blue) = 102+64+137=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #664089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664089 is #99BF76. Grayscale: #535353. Windows color (decimal): -10076023 or 8994918. OLE color: 8994918.

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

Color convert

RGB 102 64 137 -
CMYK 0.26 0.53 0 0.46
HSL 271.23º 0.36% 0.39% -
HSV(B) 271.23º 0.53% 0.54% -
XYZ 11.83 8.3 24.65 -
YUV 83.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 102 64 137 0.26 0.53 0 0.46 271.23 0.36 0.39
Hex 66 40 89 1A 35 0 2E 10F 24 27
Octal 146 100 211 32 65 0 56 417 44 47
Binary 1100110 1000000 10001001 11010 110101 0 101110 100001111 100100 100111

Color Harmonies of #664089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664089

Black with #664089

Text Example


Text Example

White with #664089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664089; }

 p { color: rgb(102,64,137); }

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

background-color css

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

 a { background-color: rgb(102,64,137); }

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

border-color css

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

 span { border-color: rgb(102,64,137); }

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