Html Css Color HEX #664077 Honey Flower

📋 copy color: '#664077'

red 102 ◦ green 64 ◦ blue 119

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

Shades of Honey Flower #664077

Tints of Honey Flower #664077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 35.79%
G = 22.46%
B = 41.75%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#664077 (or 0x664077) is known color: Honey Flower. HEX triplet: 66, 40 and 77. RGB value is (102,64,119). Sum of RGB (Red+Green+Blue) = 102+64+119=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #664077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664077 is #99BF88. Grayscale: #515151. Windows color (decimal): -10076041 or 7815270. OLE color: 7815270.

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

Color convert

RGB 102 64 119 -
CMYK 0.14 0.46 0 0.53
HSL 281.45º 0.3% 0.36% -
HSV(B) 281.45º 0.46% 0.47% -
XYZ 10.64 7.82 18.4 -
YUV 81.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 102 64 119 0.14 0.46 0 0.53 281.45 0.3 0.36
Hex 66 40 77 E 2E 0 35 119 1E 24
Octal 146 100 167 16 56 0 65 431 36 44
Binary 1100110 1000000 1110111 1110 101110 0 110101 100011001 11110 100100

Color Harmonies of #664077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664077

Black with #664077

Text Example


Text Example

White with #664077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664077; }

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

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

background-color css

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

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

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

border-color css

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

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

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