Html Css Color HEX #604975 Honey Flower

📋 copy color: '#604975'

red 96 ◦ green 73 ◦ blue 117

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

Shades of Honey Flower #604975

Tints of Honey Flower #604975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 33.57%
G = 25.52%
B = 40.91%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#604975 (or 0x604975) is known color: Honey Flower. HEX triplet: 60, 49 and 75. RGB value is (96,73,117). Sum of RGB (Red+Green+Blue) = 96+73+117=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #604975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604975 is #9FB68A. Grayscale: #545454. Windows color (decimal): -10466955 or 7686496. OLE color: 7686496.

HSL color Cylindrical-coordinate representation of color #604975: hue angle of 271.36º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #604975 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 73 117 -
CMYK 0.18 0.38 0 0.54
HSL 271.36º 0.23% 0.37% -
HSV(B) 271.36º 0.38% 0.46% -
XYZ 10.42 8.54 17.93 -
YUV 84.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 96 73 117 0.18 0.38 0 0.54 271.36 0.23 0.37
Hex 60 49 75 12 26 0 36 10F 17 25
Octal 140 111 165 22 46 0 66 417 27 45
Binary 1100000 1001001 1110101 10010 100110 0 110110 100001111 10111 100101

Color Harmonies of #604975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604975

Black with #604975

Text Example


Text Example

White with #604975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604975; }

 p { color: rgb(96,73,117); }

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

background-color css

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

 a { background-color: rgb(96,73,117); }

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

border-color css

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

 span { border-color: rgb(96,73,117); }

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