Html Css Color HEX #604768 Honey Flower

📋 copy color: '#604768'

red 96 ◦ green 71 ◦ blue 104

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

Shades of Honey Flower #604768

Tints of Honey Flower #604768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 104 (41.02% from 255) = 38.38%

R = 35.42%
G = 26.2%
B = 38.38%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#604768 (or 0x604768) is known color: Honey Flower. HEX triplet: 60, 47 and 68. RGB value is (96,71,104). Sum of RGB (Red+Green+Blue) = 96+71+104=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #604768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604768 is #9FB897. Grayscale: #525252. Windows color (decimal): -10467480 or 6834016. OLE color: 6834016.

HSL color Cylindrical-coordinate representation of color #604768: hue angle of 285.45º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #604768 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 71 104 -
CMYK 0.08 0.32 0 0.59
HSL 285.45º 0.19% 0.34% -
HSV(B) 285.45º 0.32% 0.41% -
XYZ 9.58 7.99 14.13 -
YUV 82.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 96 71 104 0.08 0.32 0 0.59 285.45 0.19 0.34
Hex 60 47 68 8 20 0 3B 11D 13 22
Octal 140 107 150 10 40 0 73 435 23 42
Binary 1100000 1000111 1101000 1000 100000 0 111011 100011101 10011 100010

Color Harmonies of #604768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604768

Black with #604768

Text Example


Text Example

White with #604768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604768; }

 p { color: rgb(96,71,104); }

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

background-color css

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

 a { background-color: rgb(96,71,104); }

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

border-color css

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

 span { border-color: rgb(96,71,104); }

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