Html Css Color HEX #60496E Honey Flower

📋 copy color: '#60496E'

red 96 ◦ green 73 ◦ blue 110

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

Shades of Honey Flower #60496E

Tints of Honey Flower #60496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 34.41%
G = 26.16%
B = 39.43%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60496E (or 0x60496E) is known color: Honey Flower. HEX triplet: 60, 49 and 6E. RGB value is (96,73,110). Sum of RGB (Red+Green+Blue) = 96+73+110=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #60496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60496E is #9FB691. Grayscale: #535353. Windows color (decimal): -10466962 or 7227744. OLE color: 7227744.

HSL color Cylindrical-coordinate representation of color #60496E: hue angle of 277.3º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60496E is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 73 110 -
CMYK 0.13 0.34 0 0.57
HSL 277.3º 0.2% 0.36% -
HSV(B) 277.3º 0.34% 0.43% -
XYZ 10.02 8.38 15.84 -
YUV 84.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 96 73 110 0.13 0.34 0 0.57 277.3 0.2 0.36
Hex 60 49 6E D 22 0 39 115 14 24
Octal 140 111 156 15 42 0 71 425 24 44
Binary 1100000 1001001 1101110 1101 100010 0 111001 100010101 10100 100100

Color Harmonies of #60496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60496E

Black with #60496E

Text Example


Text Example

White with #60496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60496E; }

 p { color: rgb(96,73,110); }

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

background-color css

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

 a { background-color: rgb(96,73,110); }

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

border-color css

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

 span { border-color: rgb(96,73,110); }

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