Html Css Color HEX #60476A Honey Flower

📋 copy color: '#60476A'

red 96 ◦ green 71 ◦ blue 106

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

Shades of Honey Flower #60476A

Tints of Honey Flower #60476A

RGB

 RED value IS 96 (37.89% from 255) = 35.16%

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

 BLUE value IS 106 (41.8% from 255) = 38.83%

R = 35.16%
G = 26.01%
B = 38.83%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60476A (or 0x60476A) is known color: Honey Flower. HEX triplet: 60, 47 and 6A. RGB value is (96,71,106). Sum of RGB (Red+Green+Blue) = 96+71+106=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #60476A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60476A is #9FB895. Grayscale: #525252. Windows color (decimal): -10467478 or 6965088. OLE color: 6965088.

HSL color Cylindrical-coordinate representation of color #60476A: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60476A is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 71 106 -
CMYK 0.09 0.33 0 0.58
HSL 282.86º 0.2% 0.35% -
HSV(B) 282.86º 0.33% 0.42% -
XYZ 9.68 8.03 14.68 -
YUV 82.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 96 71 106 0.09 0.33 0 0.58 282.86 0.2 0.35
Hex 60 47 6A 9 21 0 3A 11B 14 23
Octal 140 107 152 11 41 0 72 433 24 43
Binary 1100000 1000111 1101010 1001 100001 0 111010 100011011 10100 100011

Color Harmonies of #60476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60476A

Black with #60476A

Text Example


Text Example

White with #60476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60476A; }

 p { color: rgb(96,71,106); }

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

background-color css

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

 a { background-color: rgb(96,71,106); }

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

border-color css

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

 span { border-color: rgb(96,71,106); }

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