Html Css Color HEX #6E434F Finn

📋 copy color: '#6E434F'

red 110 ◦ green 67 ◦ blue 79

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

Shades of Finn #6E434F

Tints of Finn #6E434F

RGB

 RED value IS 110 (43.36% from 255) = 42.97%

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 42.97%
G = 26.17%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6E434F (or 0x6E434F) is known color: Finn. HEX triplet: 6E, 43 and 4F. RGB value is (110,67,79). Sum of RGB (Red+Green+Blue) = 110+67+79=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 79 (31.25% from 255 or 30.86% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E434F is #91BCB0. Grayscale: #515151. Windows color (decimal): -9551025 or 5194606. OLE color: 5194606.

HSL color Cylindrical-coordinate representation of color #6E434F: hue angle of 343.26º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E434F is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 67 79 -
CMYK 0 0.39 0.28 0.57
HSL 343.26º 0.24% 0.35% -
HSV(B) 343.26º 0.39% 0.43% -
XYZ 9.85 7.89 8.4 -
YUV 81.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 110 67 79 0 0.39 0.28 0.57 343.26 0.24 0.35
Hex 6E 43 4F 0 27 1C 39 157 18 23
Octal 156 103 117 0 47 34 71 527 30 43
Binary 1101110 1000011 1001111 0 100111 11100 111001 101010111 11000 100011

Color Harmonies of #6E434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E434F

Black with #6E434F

Text Example


Text Example

White with #6E434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E434F; }

 p { color: rgb(110,67,79); }

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

background-color css

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

 a { background-color: rgb(110,67,79); }

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

border-color css

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

 span { border-color: rgb(110,67,79); }

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