Html Css Color HEX #604878 Honey Flower

📋 copy color: '#604878'

red 96 ◦ green 72 ◦ blue 120

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

Shades of Honey Flower #604878

Tints of Honey Flower #604878

RGB

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

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

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

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.2

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604878 (or 0x604878) is known color: Honey Flower. HEX triplet: 60, 48 and 78. RGB value is (96,72,120). Sum of RGB (Red+Green+Blue) = 96+72+120=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #604878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604878 is #9FB787. Grayscale: #545454. Windows color (decimal): -10467208 or 7882848. OLE color: 7882848.

HSL color Cylindrical-coordinate representation of color #604878: hue angle of 270º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #604878 is Cyan = 0.2, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 72 120 -
CMYK 0.2 0.40 0 0.53
HSL 270º 0.25% 0.38% -
HSV(B) 270º 0.4% 0.47% -
XYZ 10.53 8.48 18.85 -
YUV 84.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 96 72 120 0.2 0.40 0 0.53 270 0.25 0.38
Hex 60 48 78 14 28 0 35 10E 19 26
Octal 140 110 170 24 50 0 65 416 31 46
Binary 1100000 1001000 1111000 10100 101000 0 110101 100001110 11001 100110

Color Harmonies of #604878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604878

Black with #604878

Text Example


Text Example

White with #604878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604878; }

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

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

background-color css

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

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

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

border-color css

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

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

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