Html Css Color HEX #664475 Honey Flower

📋 copy color: '#664475'

red 102 ◦ green 68 ◦ blue 117

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

Shades of Honey Flower #664475

Tints of Honey Flower #664475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.69%

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

R = 35.54%
G = 23.69%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#664475 (or 0x664475) is known color: Honey Flower. HEX triplet: 66, 44 and 75. RGB value is (102,68,117). Sum of RGB (Red+Green+Blue) = 102+68+117=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #664475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664475 is #99BB8A. Grayscale: #535353. Windows color (decimal): -10075019 or 7685222. OLE color: 7685222.

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

Color convert

RGB 102 68 117 -
CMYK 0.13 0.42 0 0.54
HSL 281.63º 0.26% 0.36% -
HSV(B) 281.63º 0.42% 0.46% -
XYZ 10.76 8.24 17.85 -
YUV 83.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 102 68 117 0.13 0.42 0 0.54 281.63 0.26 0.36
Hex 66 44 75 D 2A 0 36 11A 1A 24
Octal 146 104 165 15 52 0 66 432 32 44
Binary 1100110 1000100 1110101 1101 101010 0 110110 100011010 11010 100100

Color Harmonies of #664475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664475

Black with #664475

Text Example


Text Example

White with #664475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664475; }

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

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

background-color css

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

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

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

border-color css

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

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

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