Html Css Color HEX #664787 Daisy Bush

📋 copy color: '#664787'

red 102 ◦ green 71 ◦ blue 135

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

Shades of Daisy Bush #664787

Tints of Daisy Bush #664787

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 33.12%
G = 23.05%
B = 43.83%

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

#664787 (or 0x664787) is known color: Daisy Bush. HEX triplet: 66, 47 and 87. RGB value is (102,71,135). Sum of RGB (Red+Green+Blue) = 102+71+135=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #664787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664787 is #99B878. Grayscale: #575757. Windows color (decimal): -10074233 or 8865638. OLE color: 8865638.

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

Color convert

RGB 102 71 135 -
CMYK 0.24 0.47 0 0.47
HSL 269.06º 0.31% 0.4% -
HSV(B) 269.06º 0.47% 0.53% -
XYZ 12.11 9.08 24.04 -
YUV 87.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 102 71 135 0.24 0.47 0 0.47 269.06 0.31 0.4
Hex 66 47 87 18 2F 0 2F 10D 1F 28
Octal 146 107 207 30 57 0 57 415 37 50
Binary 1100110 1000111 10000111 11000 101111 0 101111 100001101 11111 101000

Color Harmonies of #664787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664787

Black with #664787

Text Example


Text Example

White with #664787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664787; }

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

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

background-color css

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

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

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

border-color css

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

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

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