Html Css Color HEX #6A6271 Scarpa Flow

📋 copy color: '#6A6271'

red 106 ◦ green 98 ◦ blue 113

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

Shades of Scarpa Flow #6A6271

Tints of Scarpa Flow #6A6271

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.91%

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

R = 33.44%
G = 30.91%
B = 35.65%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A6271 (or 0x6A6271) is known color: Scarpa Flow. HEX triplet: 6A, 62 and 71. RGB value is (106,98,113). Sum of RGB (Red+Green+Blue) = 106+98+113=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6271 is #959D8E. Grayscale: #666666. Windows color (decimal): -9805199 or 7430762. OLE color: 7430762.

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

Color convert

RGB 106 98 113 -
CMYK 0.06 0.13 0 0.56
HSL 272º 0.07% 0.41% -
HSV(B) 272º 0.13% 0.44% -
XYZ 13.29 12.99 17.43 -
YUV 102.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 106 98 113 0.06 0.13 0 0.56 272 0.07 0.41
Hex 6A 62 71 6 D 0 38 110 7 29
Octal 152 142 161 6 15 0 70 420 7 51
Binary 1101010 1100010 1110001 110 1101 0 111000 100010000 111 101001

Color Harmonies of #6A6271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6271

Black with #6A6271

Text Example


Text Example

White with #6A6271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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