Html Css Color HEX #604C6C Honey Flower

📋 copy color: '#604C6C'

red 96 ◦ green 76 ◦ blue 108

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

Shades of Honey Flower #604C6C

Tints of Honey Flower #604C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

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

R = 34.29%
G = 27.14%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#604C6C (or 0x604C6C) is known color: Honey Flower. HEX triplet: 60, 4C and 6C. RGB value is (96,76,108). Sum of RGB (Red+Green+Blue) = 96+76+108=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #604C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C6C is #9FB393. Grayscale: #555555. Windows color (decimal): -10466196 or 7097440. OLE color: 7097440.

HSL color Cylindrical-coordinate representation of color #604C6C: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604C6C is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 76 108 -
CMYK 0.11 0.30 0 0.58
HSL 277.5º 0.17% 0.36% -
HSV(B) 277.5º 0.3% 0.42% -
XYZ 10.12 8.74 15.34 -
YUV 85.63 140.63 135.4 -
System Red Green Blue C M Y K H S L
Decimal 96 76 108 0.11 0.30 0 0.58 277.5 0.17 0.36
Hex 60 4C 6C B 1E 0 3A 116 11 24
Octal 140 114 154 13 36 0 72 426 21 44
Binary 1100000 1001100 1101100 1011 11110 0 111010 100010110 10001 100100

Color Harmonies of #604C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C6C

Black with #604C6C

Text Example


Text Example

White with #604C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C6C; }

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

 H1.HeaderClassName
 {
   color: #604C6C;
 }
 .AnyTagClassName
 {
   color: #604C6C;
 }
</style>

background-color css

<style>
 a { background-color: #604C6C; }

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

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

border-color css

<style>
 span { border-color: #604C6C; }

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

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