Html Css Color HEX #60496C Honey Flower

📋 copy color: '#60496C'

red 96 ◦ green 73 ◦ blue 108

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

Shades of Honey Flower #60496C

Tints of Honey Flower #60496C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.99%

R = 34.66%
G = 26.35%
B = 38.99%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60496C (or 0x60496C) is known color: Honey Flower. HEX triplet: 60, 49 and 6C. RGB value is (96,73,108). Sum of RGB (Red+Green+Blue) = 96+73+108=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #60496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60496C is #9FB693. Grayscale: #535353. Windows color (decimal): -10466964 or 7096672. OLE color: 7096672.

HSL color Cylindrical-coordinate representation of color #60496C: hue angle of 279.43º 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 #60496C is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 73 108 -
CMYK 0.11 0.32 0 0.58
HSL 279.43º 0.19% 0.35% -
HSV(B) 279.43º 0.32% 0.42% -
XYZ 9.91 8.33 15.27 -
YUV 83.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 96 73 108 0.11 0.32 0 0.58 279.43 0.19 0.35
Hex 60 49 6C B 20 0 3A 117 13 23
Octal 140 111 154 13 40 0 72 427 23 43
Binary 1100000 1001001 1101100 1011 100000 0 111010 100010111 10011 100011

Color Harmonies of #60496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60496C

Black with #60496C

Text Example


Text Example

White with #60496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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