Html Css Color HEX #6B505A Finn

📋 copy color: '#6B505A'

red 107 ◦ green 80 ◦ blue 90

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

Shades of Finn #6B505A

Tints of Finn #6B505A

RGB

 RED value IS 107 (42.19% from 255) = 38.63%

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 90 (35.55% from 255) = 32.49%

R = 38.63%
G = 28.88%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6B505A (or 0x6B505A) is known color: Finn. HEX triplet: 6B, 50 and 5A. RGB value is (107,80,90). Sum of RGB (Red+Green+Blue) = 107+80+90=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B505A is #94AFA5. Grayscale: #595959. Windows color (decimal): -9744294 or 5918827. OLE color: 5918827.

HSL color Cylindrical-coordinate representation of color #6B505A: hue angle of 337.78º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B505A is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 80 90 -
CMYK 0 0.25 0.16 0.58
HSL 337.78º 0.14% 0.37% -
HSV(B) 337.78º 0.25% 0.42% -
XYZ 10.78 9.6 10.96 -
YUV 89.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 107 80 90 0 0.25 0.16 0.58 337.78 0.14 0.37
Hex 6B 50 5A 0 19 10 3A 152 E 25
Octal 153 120 132 0 31 20 72 522 16 45
Binary 1101011 1010000 1011010 0 11001 10000 111010 101010010 1110 100101

Color Harmonies of #6B505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B505A

Black with #6B505A

Text Example


Text Example

White with #6B505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,90); }

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

background-color css

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

 a { background-color: rgb(107,80,90); }

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

border-color css

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

 span { border-color: rgb(107,80,90); }

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