Html Css Color HEX #6E6B71 Scarpa Flow

📋 copy color: '#6E6B71'

red 110 ◦ green 107 ◦ blue 113

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

Shades of Scarpa Flow #6E6B71

Tints of Scarpa Flow #6E6B71

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.42%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 33.33%
G = 32.42%
B = 34.24%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E6B71 (or 0x6E6B71) is known color: Scarpa Flow. HEX triplet: 6E, 6B and 71. RGB value is (110,107,113). Sum of RGB (Red+Green+Blue) = 110+107+113=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 113 - color contains mainly: blue. Hex color #6E6B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B71 is #91948E. Grayscale: #6C6C6C. Windows color (decimal): -9540751 or 7433070. OLE color: 7433070.

HSL color Cylindrical-coordinate representation of color #6E6B71: hue angle of 270º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E6B71 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 107 113 -
CMYK 0.03 0.05 0 0.56
HSL 270º 0.03% 0.43% -
HSV(B) 270º 0.05% 0.44% -
XYZ 14.67 15.02 17.75 -
YUV 108.58 130.49 129.01 -
System Red Green Blue C M Y K H S L
Decimal 110 107 113 0.03 0.05 0 0.56 270 0.03 0.43
Hex 6E 6B 71 3 5 0 38 10E 3 2B
Octal 156 153 161 3 5 0 70 416 3 53
Binary 1101110 1101011 1110001 11 101 0 111000 100001110 11 101011

Color Harmonies of #6E6B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6B71

Black with #6E6B71

Text Example


Text Example

White with #6E6B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,107,113); }

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

background-color css

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

 a { background-color: rgb(110,107,113); }

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

border-color css

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

 span { border-color: rgb(110,107,113); }

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