Html Css Color HEX #604071 Honey Flower

📋 copy color: '#604071'

red 96 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #604071

Tints of Honey Flower #604071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 35.16%
G = 23.44%
B = 41.39%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604071 (or 0x604071) is known color: Honey Flower. HEX triplet: 60, 40 and 71. RGB value is (96,64,113). Sum of RGB (Red+Green+Blue) = 96+64+113=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #604071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604071 is #9FBF8E. Grayscale: #4E4E4E. Windows color (decimal): -10469263 or 7422048. OLE color: 7422048.

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

Color convert

RGB 96 64 113 -
CMYK 0.15 0.43 0 0.56
HSL 279.18º 0.28% 0.35% -
HSV(B) 279.18º 0.43% 0.44% -
XYZ 9.64 7.35 16.53 -
YUV 79.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 96 64 113 0.15 0.43 0 0.56 279.18 0.28 0.35
Hex 60 40 71 F 2B 0 38 117 1C 23
Octal 140 100 161 17 53 0 70 427 34 43
Binary 1100000 1000000 1110001 1111 101011 0 111000 100010111 11100 100011

Color Harmonies of #604071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604071

Black with #604071

Text Example


Text Example

White with #604071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604071; }

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

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

background-color css

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

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

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

border-color css

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

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

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