Html Css Color HEX #604478 Honey Flower

📋 copy color: '#604478'

red 96 ◦ green 68 ◦ blue 120

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

Shades of Honey Flower #604478

Tints of Honey Flower #604478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.94%

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

R = 33.8%
G = 23.94%
B = 42.25%

CMYK

 C value IS 0.2

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#604478 (or 0x604478) is known color: Honey Flower. HEX triplet: 60, 44 and 78. RGB value is (96,68,120). Sum of RGB (Red+Green+Blue) = 96+68+120=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 120 - color contains mainly: blue. Hex color #604478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604478 is #9FBB87. Grayscale: #525252. Windows color (decimal): -10468232 or 7881824. OLE color: 7881824.

HSL color Cylindrical-coordinate representation of color #604478: hue angle of 272.31º degrees, saturation: 0.28, 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 #604478 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 68 120 -
CMYK 0.2 0.43 0 0.53
HSL 272.31º 0.28% 0.37% -
HSV(B) 272.31º 0.43% 0.47% -
XYZ 10.28 7.98 18.77 -
YUV 82.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 96 68 120 0.2 0.43 0 0.53 272.31 0.28 0.37
Hex 60 44 78 14 2B 0 35 110 1C 25
Octal 140 104 170 24 53 0 65 420 34 45
Binary 1100000 1000100 1111000 10100 101011 0 110101 100010000 11100 100101

Color Harmonies of #604478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604478

Black with #604478

Text Example


Text Example

White with #604478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604478; }

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

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

background-color css

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

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

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

border-color css

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

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

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