Html Css Color HEX #696271 Scarpa Flow

📋 copy color: '#696271'

red 105 ◦ green 98 ◦ blue 113

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

Shades of Scarpa Flow #696271

Tints of Scarpa Flow #696271

RGB

 RED value IS 105 (41.41% from 255) = 33.23%

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

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

R = 33.23%
G = 31.01%
B = 35.76%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696271 (or 0x696271) is known color: Scarpa Flow. HEX triplet: 69, 62 and 71. RGB value is (105,98,113). Sum of RGB (Red+Green+Blue) = 105+98+113=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 98 (38.67% from 255 or 31.01% 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 #696271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696271 is #969D8E. Grayscale: #656565. Windows color (decimal): -9870735 or 7430761. OLE color: 7430761.

HSL color Cylindrical-coordinate representation of color #696271: hue angle of 268º 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 #696271 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 98 113 -
CMYK 0.07 0.13 0 0.56
HSL 268º 0.07% 0.41% -
HSV(B) 268º 0.13% 0.44% -
XYZ 13.17 12.93 17.42 -
YUV 101.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 105 98 113 0.07 0.13 0 0.56 268 0.07 0.41
Hex 69 62 71 7 D 0 38 10C 7 29
Octal 151 142 161 7 15 0 70 414 7 51
Binary 1101001 1100010 1110001 111 1101 0 111000 100001100 111 101001

Color Harmonies of #696271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696271

Black with #696271

Text Example


Text Example

White with #696271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696271; }

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

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

background-color css

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

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

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

border-color css

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

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

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