Html Css Color HEX #604870 Honey Flower

📋 copy color: '#604870'

red 96 ◦ green 72 ◦ blue 112

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

Shades of Honey Flower #604870

Tints of Honey Flower #604870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 112 (44.14% from 255) = 40%

R = 34.29%
G = 25.71%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604870 (or 0x604870) is known color: Honey Flower. HEX triplet: 60, 48 and 70. RGB value is (96,72,112). Sum of RGB (Red+Green+Blue) = 96+72+112=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 112 - color contains mainly: blue. Hex color #604870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604870 is #9FB78F. Grayscale: #535353. Windows color (decimal): -10467216 or 7358560. OLE color: 7358560.

HSL color Cylindrical-coordinate representation of color #604870: hue angle of 276º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #604870 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 72 112 -
CMYK 0.14 0.36 0 0.56
HSL 276º 0.22% 0.36% -
HSV(B) 276º 0.36% 0.44% -
XYZ 10.07 8.29 16.4 -
YUV 83.74 143.95 136.75 -
System Red Green Blue C M Y K H S L
Decimal 96 72 112 0.14 0.36 0 0.56 276 0.22 0.36
Hex 60 48 70 E 24 0 38 114 16 24
Octal 140 110 160 16 44 0 70 424 26 44
Binary 1100000 1001000 1110000 1110 100100 0 111000 100010100 10110 100100

Color Harmonies of #604870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604870

Black with #604870

Text Example


Text Example

White with #604870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604870; }

 p { color: rgb(96,72,112); }

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

background-color css

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

 a { background-color: rgb(96,72,112); }

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

border-color css

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

 span { border-color: rgb(96,72,112); }

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