Html Css Color HEX #604C6B Honey Flower

📋 copy color: '#604C6B'

red 96 ◦ green 76 ◦ blue 107

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

Shades of Honey Flower #604C6B

Tints of Honey Flower #604C6B

RGB

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

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

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

R = 34.41%
G = 27.24%
B = 38.35%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#604C6B (or 0x604C6B) is known color: Honey Flower. HEX triplet: 60, 4C and 6B. RGB value is (96,76,107). Sum of RGB (Red+Green+Blue) = 96+76+107=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 107 - color contains mainly: blue. Hex color #604C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C6B is #9FB394. Grayscale: #555555. Windows color (decimal): -10466197 or 7031904. OLE color: 7031904.

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

Color convert

RGB 96 76 107 -
CMYK 0.10 0.29 0 0.58
HSL 278.71º 0.17% 0.36% -
HSV(B) 278.71º 0.29% 0.42% -
XYZ 10.06 8.72 15.06 -
YUV 85.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 96 76 107 0.10 0.29 0 0.58 278.71 0.17 0.36
Hex 60 4C 6B A 1D 0 3A 117 11 24
Octal 140 114 153 12 35 0 72 427 21 44
Binary 1100000 1001100 1101011 1010 11101 0 111010 100010111 10001 100100

Color Harmonies of #604C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C6B

Black with #604C6B

Text Example


Text Example

White with #604C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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