Html Css Color HEX #604770 Honey Flower

📋 copy color: '#604770'

red 96 ◦ green 71 ◦ blue 112

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

Shades of Honey Flower #604770

Tints of Honey Flower #604770

RGB

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

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

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

R = 34.41%
G = 25.45%
B = 40.14%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604770 (or 0x604770) is known color: Honey Flower. HEX triplet: 60, 47 and 70. RGB value is (96,71,112). Sum of RGB (Red+Green+Blue) = 96+71+112=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 112 - color contains mainly: blue. Hex color #604770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604770 is #9FB88F. Grayscale: #535353. Windows color (decimal): -10467472 or 7358304. OLE color: 7358304.

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

Color convert

RGB 96 71 112 -
CMYK 0.14 0.37 0 0.56
HSL 276.59º 0.22% 0.36% -
HSV(B) 276.59º 0.37% 0.44% -
XYZ 10 8.16 16.38 -
YUV 83.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 96 71 112 0.14 0.37 0 0.56 276.59 0.22 0.36
Hex 60 47 70 E 25 0 38 115 16 24
Octal 140 107 160 16 45 0 70 425 26 44
Binary 1100000 1000111 1110000 1110 100101 0 111000 100010101 10110 100100

Color Harmonies of #604770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604770

Black with #604770

Text Example


Text Example

White with #604770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604770; }

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

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

background-color css

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

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

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

border-color css

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

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

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