Html Css Color HEX #664887 Daisy Bush

📋 copy color: '#664887'

red 102 ◦ green 72 ◦ blue 135

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

Shades of Daisy Bush #664887

Tints of Daisy Bush #664887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 33.01%
G = 23.3%
B = 43.69%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#664887 (or 0x664887) is known color: Daisy Bush. HEX triplet: 66, 48 and 87. RGB value is (102,72,135). Sum of RGB (Red+Green+Blue) = 102+72+135=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #664887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664887 is #99B778. Grayscale: #575757. Windows color (decimal): -10073977 or 8865894. OLE color: 8865894.

HSL color Cylindrical-coordinate representation of color #664887: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #664887 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 72 135 -
CMYK 0.24 0.47 0 0.47
HSL 268.57º 0.3% 0.41% -
HSV(B) 268.57º 0.47% 0.53% -
XYZ 12.17 9.21 24.06 -
YUV 88.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 102 72 135 0.24 0.47 0 0.47 268.57 0.3 0.41
Hex 66 48 87 18 2F 0 2F 10D 1E 29
Octal 146 110 207 30 57 0 57 415 36 51
Binary 1100110 1001000 10000111 11000 101111 0 101111 100001101 11110 101001

Color Harmonies of #664887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664887

Black with #664887

Text Example


Text Example

White with #664887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664887; }

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

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

background-color css

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

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

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

border-color css

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

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

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