Html Css Color HEX #664189 Daisy Bush

📋 copy color: '#664189'

red 102 ◦ green 65 ◦ blue 137

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

Shades of Daisy Bush #664189

Tints of Daisy Bush #664189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.38%

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

R = 33.55%
G = 21.38%
B = 45.07%

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

#664189 (or 0x664189) is known color: Daisy Bush. HEX triplet: 66, 41 and 89. RGB value is (102,65,137). Sum of RGB (Red+Green+Blue) = 102+65+137=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #664189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664189 is #99BE76. Grayscale: #545454. Windows color (decimal): -10075767 or 8995174. OLE color: 8995174.

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

Color convert

RGB 102 65 137 -
CMYK 0.26 0.53 0 0.46
HSL 270.83º 0.36% 0.4% -
HSV(B) 270.83º 0.53% 0.54% -
XYZ 11.89 8.41 24.66 -
YUV 84.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 102 65 137 0.26 0.53 0 0.46 270.83 0.36 0.4
Hex 66 41 89 1A 35 0 2E 10F 24 28
Octal 146 101 211 32 65 0 56 417 44 50
Binary 1100110 1000001 10001001 11010 110101 0 101110 100001111 100100 101000

Color Harmonies of #664189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664189

Black with #664189

Text Example


Text Example

White with #664189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664189; }

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

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

background-color css

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

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

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

border-color css

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

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

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