Html Css Color HEX #604578 Honey Flower

📋 copy color: '#604578'

red 96 ◦ green 69 ◦ blue 120

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

Shades of Honey Flower #604578

Tints of Honey Flower #604578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 120 (47.27% from 255) = 42.11%

R = 33.68%
G = 24.21%
B = 42.11%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604578 (or 0x604578) is known color: Honey Flower. HEX triplet: 60, 45 and 78. RGB value is (96,69,120). Sum of RGB (Red+Green+Blue) = 96+69+120=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #604578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604578 is #9FBA87. Grayscale: #525252. Windows color (decimal): -10467976 or 7882080. OLE color: 7882080.

HSL color Cylindrical-coordinate representation of color #604578: hue angle of 271.76º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #604578 is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 69 120 -
CMYK 0.2 0.42 0 0.53
HSL 271.76º 0.27% 0.37% -
HSV(B) 271.76º 0.43% 0.47% -
XYZ 10.34 8.1 18.79 -
YUV 82.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 96 69 120 0.2 0.42 0 0.53 271.76 0.27 0.37
Hex 60 45 78 14 2A 0 35 110 1B 25
Octal 140 105 170 24 52 0 65 420 33 45
Binary 1100000 1000101 1111000 10100 101010 0 110101 100010000 11011 100101

Color Harmonies of #604578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604578

Black with #604578

Text Example


Text Example

White with #604578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604578; }

 p { color: rgb(96,69,120); }

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

background-color css

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

 a { background-color: rgb(96,69,120); }

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

border-color css

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

 span { border-color: rgb(96,69,120); }

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