Html Css Color HEX #604471 Honey Flower

📋 copy color: '#604471'

red 96 ◦ green 68 ◦ blue 113

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

Shades of Honey Flower #604471

Tints of Honey Flower #604471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 34.66%
G = 24.55%
B = 40.79%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604471 (or 0x604471) is known color: Honey Flower. HEX triplet: 60, 44 and 71. RGB value is (96,68,113). Sum of RGB (Red+Green+Blue) = 96+68+113=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 113 - color contains mainly: blue. Hex color #604471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604471 is #9FBB8E. Grayscale: #515151. Windows color (decimal): -10468239 or 7423072. OLE color: 7423072.

HSL color Cylindrical-coordinate representation of color #604471: hue angle of 277.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #604471 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 68 113 -
CMYK 0.15 0.40 0 0.56
HSL 277.33º 0.25% 0.35% -
HSV(B) 277.33º 0.4% 0.44% -
XYZ 9.87 7.81 16.61 -
YUV 81.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 96 68 113 0.15 0.40 0 0.56 277.33 0.25 0.35
Hex 60 44 71 F 28 0 38 115 19 23
Octal 140 104 161 17 50 0 70 425 31 43
Binary 1100000 1000100 1110001 1111 101000 0 111000 100010101 11001 100011

Color Harmonies of #604471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604471

Black with #604471

Text Example


Text Example

White with #604471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604471; }

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

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

background-color css

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

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

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

border-color css

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

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

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