Html Css Color HEX #664686 Daisy Bush

📋 copy color: '#664686'

red 102 ◦ green 70 ◦ blue 134

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

Shades of Daisy Bush #664686

Tints of Daisy Bush #664686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 134 (52.73% from 255) = 43.79%

R = 33.33%
G = 22.88%
B = 43.79%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#664686 (or 0x664686) is known color: Daisy Bush. HEX triplet: 66, 46 and 86. RGB value is (102,70,134). Sum of RGB (Red+Green+Blue) = 102+70+134=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 134 (52.73% from 255 or 43.79% from 306); Max value from RGB is 134 - color contains mainly: blue. Hex color #664686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664686 is #99B979. Grayscale: #565656. Windows color (decimal): -10074490 or 8799846. OLE color: 8799846.

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

Color convert

RGB 102 70 134 -
CMYK 0.24 0.48 0 0.47
HSL 270º 0.31% 0.4% -
HSV(B) 270º 0.48% 0.53% -
XYZ 11.97 8.93 23.65 -
YUV 86.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 102 70 134 0.24 0.48 0 0.47 270 0.31 0.4
Hex 66 46 86 18 30 0 2F 10E 1F 28
Octal 146 106 206 30 60 0 57 416 37 50
Binary 1100110 1000110 10000110 11000 110000 0 101111 100001110 11111 101000

Color Harmonies of #664686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664686

Black with #664686

Text Example


Text Example

White with #664686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664686; }

 p { color: rgb(102,70,134); }

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

background-color css

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

 a { background-color: rgb(102,70,134); }

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

border-color css

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

 span { border-color: rgb(102,70,134); }

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