Html Css Color HEX #604654 Finn

📋 copy color: '#604654'

red 96 ◦ green 70 ◦ blue 84

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

Shades of Finn #604654

Tints of Finn #604654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.6%

R = 38.4%
G = 28%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#604654 (or 0x604654) is known color: Finn. HEX triplet: 60, 46 and 54. RGB value is (96,70,84). Sum of RGB (Red+Green+Blue) = 96+70+84=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604654 is #9FB9AB. Grayscale: #4F4F4F. Windows color (decimal): -10467756 or 5523040. OLE color: 5523040.

HSL color Cylindrical-coordinate representation of color #604654: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604654 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 70 84 -
CMYK 0 0.27 0.12 0.62
HSL 327.69º 0.16% 0.33% -
HSV(B) 327.69º 0.27% 0.38% -
XYZ 8.61 7.51 9.38 -
YUV 79.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 96 70 84 0 0.27 0.12 0.62 327.69 0.16 0.33
Hex 60 46 54 0 1B C 3E 148 10 21
Octal 140 106 124 0 33 14 76 510 20 41
Binary 1100000 1000110 1010100 0 11011 1100 111110 101001000 10000 100001

Color Harmonies of #604654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604654

Black with #604654

Text Example


Text Example

White with #604654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604654; }

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

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

background-color css

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

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

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

border-color css

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

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

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