Html Css Color HEX #6A6571 Scarpa Flow

📋 copy color: '#6A6571'

red 106 ◦ green 101 ◦ blue 113

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

Shades of Scarpa Flow #6A6571

Tints of Scarpa Flow #6A6571

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.56%

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

R = 33.13%
G = 31.56%
B = 35.31%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A6571 (or 0x6A6571) is known color: Scarpa Flow. HEX triplet: 6A, 65 and 71. RGB value is (106,101,113). Sum of RGB (Red+Green+Blue) = 106+101+113=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A6571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6571 is #959A8E. Grayscale: #676767. Windows color (decimal): -9804431 or 7431530. OLE color: 7431530.

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

Color convert

RGB 106 101 113 -
CMYK 0.06 0.11 0 0.56
HSL 265º 0.06% 0.42% -
HSV(B) 265º 0.11% 0.44% -
XYZ 13.58 13.56 17.53 -
YUV 103.86 133.16 129.52 -
System Red Green Blue C M Y K H S L
Decimal 106 101 113 0.06 0.11 0 0.56 265 0.06 0.42
Hex 6A 65 71 6 B 0 38 109 6 2A
Octal 152 145 161 6 13 0 70 411 6 52
Binary 1101010 1100101 1110001 110 1011 0 111000 100001001 110 101010

Color Harmonies of #6A6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6571

Black with #6A6571

Text Example


Text Example

White with #6A6571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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