Html Css Color HEX #60496D Honey Flower

📋 copy color: '#60496D'

red 96 ◦ green 73 ◦ blue 109

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

Shades of Honey Flower #60496D

Tints of Honey Flower #60496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 34.53%
G = 26.26%
B = 39.21%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60496D (or 0x60496D) is known color: Honey Flower. HEX triplet: 60, 49 and 6D. RGB value is (96,73,109). Sum of RGB (Red+Green+Blue) = 96+73+109=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #60496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60496D is #9FB692. Grayscale: #535353. Windows color (decimal): -10466963 or 7162208. OLE color: 7162208.

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

Color convert

RGB 96 73 109 -
CMYK 0.12 0.33 0 0.57
HSL 278.33º 0.2% 0.36% -
HSV(B) 278.33º 0.33% 0.43% -
XYZ 9.97 8.36 15.56 -
YUV 83.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 96 73 109 0.12 0.33 0 0.57 278.33 0.2 0.36
Hex 60 49 6D C 21 0 39 116 14 24
Octal 140 111 155 14 41 0 71 426 24 44
Binary 1100000 1001001 1101101 1100 100001 0 111001 100010110 10100 100100

Color Harmonies of #60496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60496D

Black with #60496D

Text Example


Text Example

White with #60496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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