Html Css Color HEX #664775 Honey Flower

📋 copy color: '#664775'

red 102 ◦ green 71 ◦ blue 117

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

Shades of Honey Flower #664775

Tints of Honey Flower #664775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.34%

R = 35.17%
G = 24.48%
B = 40.34%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#664775 (or 0x664775) is known color: Honey Flower. HEX triplet: 66, 47 and 75. RGB value is (102,71,117). Sum of RGB (Red+Green+Blue) = 102+71+117=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 117 (46.09% from 255 or 40.34% from 290); Max value from RGB is 117 - color contains mainly: blue. Hex color #664775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664775 is #99B88A. Grayscale: #555555. Windows color (decimal): -10074251 or 7685990. OLE color: 7685990.

HSL color Cylindrical-coordinate representation of color #664775: hue angle of 280.43º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #664775 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 71 117 -
CMYK 0.13 0.39 0 0.54
HSL 280.43º 0.24% 0.37% -
HSV(B) 280.43º 0.39% 0.46% -
XYZ 10.94 8.62 17.92 -
YUV 85.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 102 71 117 0.13 0.39 0 0.54 280.43 0.24 0.37
Hex 66 47 75 D 27 0 36 118 18 25
Octal 146 107 165 15 47 0 66 430 30 45
Binary 1100110 1000111 1110101 1101 100111 0 110110 100011000 11000 100101

Color Harmonies of #664775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664775

Black with #664775

Text Example


Text Example

White with #664775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664775; }

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

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

background-color css

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

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

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

border-color css

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

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

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