Html Css Color HEX #6A6171 Scarpa Flow

📋 copy color: '#6A6171'

red 106 ◦ green 97 ◦ blue 113

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

Shades of Scarpa Flow #6A6171

Tints of Scarpa Flow #6A6171

RGB

 RED value IS 106 (41.8% from 255) = 33.54%

 GREEN value IS 97 (38.28% from 255) = 30.7%

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

R = 33.54%
G = 30.7%
B = 35.76%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A6171 (or 0x6A6171) is known color: Scarpa Flow. HEX triplet: 6A, 61 and 71. RGB value is (106,97,113). Sum of RGB (Red+Green+Blue) = 106+97+113=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A6171 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6171 is #959E8E. Grayscale: #656565. Windows color (decimal): -9805455 or 7430506. OLE color: 7430506.

HSL color Cylindrical-coordinate representation of color #6A6171: hue angle of 273.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A6171 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 97 113 -
CMYK 0.06 0.14 0 0.56
HSL 273.75º 0.08% 0.41% -
HSV(B) 273.75º 0.14% 0.44% -
XYZ 13.2 12.81 17.4 -
YUV 101.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 106 97 113 0.06 0.14 0 0.56 273.75 0.08 0.41
Hex 6A 61 71 6 E 0 38 112 8 29
Octal 152 141 161 6 16 0 70 422 10 51
Binary 1101010 1100001 1110001 110 1110 0 111000 100010010 1000 101001

Color Harmonies of #6A6171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6171

Black with #6A6171

Text Example


Text Example

White with #6A6171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,97,113); }

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

background-color css

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

 a { background-color: rgb(106,97,113); }

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

border-color css

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

 span { border-color: rgb(106,97,113); }

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