Html Css Color HEX #60496B Honey Flower

📋 copy color: '#60496B'

red 96 ◦ green 73 ◦ blue 107

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

Shades of Honey Flower #60496B

Tints of Honey Flower #60496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 34.78%
G = 26.45%
B = 38.77%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60496B (or 0x60496B) is known color: Honey Flower. HEX triplet: 60, 49 and 6B. RGB value is (96,73,107). Sum of RGB (Red+Green+Blue) = 96+73+107=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #60496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60496B is #9FB694. Grayscale: #535353. Windows color (decimal): -10466965 or 7031136. OLE color: 7031136.

HSL color Cylindrical-coordinate representation of color #60496B: hue angle of 280.59º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60496B is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 73 107 -
CMYK 0.10 0.32 0 0.58
HSL 280.59º 0.19% 0.35% -
HSV(B) 280.59º 0.32% 0.42% -
XYZ 9.86 8.31 14.99 -
YUV 83.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 96 73 107 0.10 0.32 0 0.58 280.59 0.19 0.35
Hex 60 49 6B A 20 0 3A 119 13 23
Octal 140 111 153 12 40 0 72 431 23 43
Binary 1100000 1001001 1101011 1010 100000 0 111010 100011001 10011 100011

Color Harmonies of #60496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60496B

Black with #60496B

Text Example


Text Example

White with #60496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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