Html Css Color HEX #664D75 Honey Flower

📋 copy color: '#664D75'

red 102 ◦ green 77 ◦ blue 117

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

Shades of Honey Flower #664D75

Tints of Honey Flower #664D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

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

R = 34.46%
G = 26.01%
B = 39.53%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#664D75 (or 0x664D75) is known color: Honey Flower. HEX triplet: 66, 4D and 75. RGB value is (102,77,117). Sum of RGB (Red+Green+Blue) = 102+77+117=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 117 - color contains mainly: blue. Hex color #664D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #664D75 is #99B28A. Grayscale: #585858. Windows color (decimal): -10072715 or 7687526. OLE color: 7687526.

HSL color Cylindrical-coordinate representation of color #664D75: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664D75 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 77 117 -
CMYK 0.13 0.34 0 0.54
HSL 277.5º 0.21% 0.38% -
HSV(B) 277.5º 0.34% 0.46% -
XYZ 11.34 9.42 18.05 -
YUV 89.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 102 77 117 0.13 0.34 0 0.54 277.5 0.21 0.38
Hex 66 4D 75 D 22 0 36 116 15 26
Octal 146 115 165 15 42 0 66 426 25 46
Binary 1100110 1001101 1110101 1101 100010 0 110110 100010110 10101 100110

Color Harmonies of #664D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664D75

Black with #664D75

Text Example


Text Example

White with #664D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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