Html Css Color HEX #604671 Honey Flower

📋 copy color: '#604671'

red 96 ◦ green 70 ◦ blue 113

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

Shades of Honey Flower #604671

Tints of Honey Flower #604671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 34.41%
G = 25.09%
B = 40.5%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#604671 (or 0x604671) is known color: Honey Flower. HEX triplet: 60, 46 and 71. RGB value is (96,70,113). Sum of RGB (Red+Green+Blue) = 96+70+113=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 113 - color contains mainly: blue. Hex color #604671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604671 is #9FB98E. Grayscale: #525252. Windows color (decimal): -10467727 or 7423584. OLE color: 7423584.

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

Color convert

RGB 96 70 113 -
CMYK 0.15 0.38 0 0.56
HSL 276.28º 0.23% 0.36% -
HSV(B) 276.28º 0.38% 0.44% -
XYZ 9.99 8.06 16.65 -
YUV 82.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 96 70 113 0.15 0.38 0 0.56 276.28 0.23 0.36
Hex 60 46 71 F 26 0 38 114 17 24
Octal 140 106 161 17 46 0 70 424 27 44
Binary 1100000 1000110 1110001 1111 100110 0 111000 100010100 10111 100100

Color Harmonies of #604671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604671

Black with #604671

Text Example


Text Example

White with #604671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604671; }

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

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

background-color css

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

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

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

border-color css

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

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

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