Html Css Color HEX #6B454F Finn

📋 copy color: '#6B454F'

red 107 ◦ green 69 ◦ blue 79

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

Shades of Finn #6B454F

Tints of Finn #6B454F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

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

R = 41.96%
G = 27.06%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B454F (or 0x6B454F) is known color: Finn. HEX triplet: 6B, 45 and 4F. RGB value is (107,69,79). Sum of RGB (Red+Green+Blue) = 107+69+79=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B454F is #94BAB0. Grayscale: #515151. Windows color (decimal): -9747121 or 5195115. OLE color: 5195115.

HSL color Cylindrical-coordinate representation of color #6B454F: hue angle of 344.21º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B454F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 69 79 -
CMYK 0 0.36 0.26 0.58
HSL 344.21º 0.22% 0.35% -
HSV(B) 344.21º 0.36% 0.42% -
XYZ 9.6 7.95 8.42 -
YUV 81.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 107 69 79 0 0.36 0.26 0.58 344.21 0.22 0.35
Hex 6B 45 4F 0 24 1A 3A 158 16 23
Octal 153 105 117 0 44 32 72 530 26 43
Binary 1101011 1000101 1001111 0 100100 11010 111010 101011000 10110 100011

Color Harmonies of #6B454F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B454F

Black with #6B454F

Text Example


Text Example

White with #6B454F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,79); }

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

background-color css

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

 a { background-color: rgb(107,69,79); }

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

border-color css

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

 span { border-color: rgb(107,69,79); }

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