Html Css Color HEX #60404F Finn

📋 copy color: '#60404F'

red 96 ◦ green 64 ◦ blue 79

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

Shades of Finn #60404F

Tints of Finn #60404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.05%

R = 40.17%
G = 26.78%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#60404F (or 0x60404F) is known color: Finn. HEX triplet: 60, 40 and 4F. RGB value is (96,64,79). Sum of RGB (Red+Green+Blue) = 96+64+79=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #60404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60404F is #9FBFB0. Grayscale: #4B4B4B. Windows color (decimal): -10469297 or 5193824. OLE color: 5193824.

HSL color Cylindrical-coordinate representation of color #60404F: hue angle of 331.88º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60404F is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 64 79 -
CMYK 0 0.33 0.18 0.62
HSL 331.88º 0.2% 0.31% -
HSV(B) 331.88º 0.33% 0.38% -
XYZ 8.07 6.72 8.27 -
YUV 75.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 96 64 79 0 0.33 0.18 0.62 331.88 0.2 0.31
Hex 60 40 4F 0 21 12 3E 14C 14 1F
Octal 140 100 117 0 41 22 76 514 24 37
Binary 1100000 1000000 1001111 0 100001 10010 111110 101001100 10100 11111

Color Harmonies of #60404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60404F

Black with #60404F

Text Example


Text Example

White with #60404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60404F; }

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

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

background-color css

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

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

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

border-color css

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

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

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