Html Css Color HEX #604869 Honey Flower

📋 copy color: '#604869'

red 96 ◦ green 72 ◦ blue 105

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

Shades of Honey Flower #604869

Tints of Honey Flower #604869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 35.16%
G = 26.37%
B = 38.46%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#604869 (or 0x604869) is known color: Honey Flower. HEX triplet: 60, 48 and 69. RGB value is (96,72,105). Sum of RGB (Red+Green+Blue) = 96+72+105=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #604869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604869 is #9FB796. Grayscale: #525252. Windows color (decimal): -10467223 or 6899808. OLE color: 6899808.

HSL color Cylindrical-coordinate representation of color #604869: hue angle of 283.64º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604869 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 72 105 -
CMYK 0.09 0.31 0 0.59
HSL 283.64º 0.19% 0.35% -
HSV(B) 283.64º 0.31% 0.41% -
XYZ 9.69 8.14 14.43 -
YUV 82.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 96 72 105 0.09 0.31 0 0.59 283.64 0.19 0.35
Hex 60 48 69 9 1F 0 3B 11C 13 23
Octal 140 110 151 11 37 0 73 434 23 43
Binary 1100000 1001000 1101001 1001 11111 0 111011 100011100 10011 100011

Color Harmonies of #604869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604869

Black with #604869

Text Example


Text Example

White with #604869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604869; }

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

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

background-color css

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

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

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

border-color css

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

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

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