Html Css Color HEX #696170 Scarpa Flow

📋 copy color: '#696170'

red 105 ◦ green 97 ◦ blue 112

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

Shades of Scarpa Flow #696170

Tints of Scarpa Flow #696170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 33.44%
G = 30.89%
B = 35.67%

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

#696170 (or 0x696170) is known color: Scarpa Flow. HEX triplet: 69, 61 and 70. RGB value is (105,97,112). Sum of RGB (Red+Green+Blue) = 105+97+112=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #696170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696170 is #969E8F. Grayscale: #656565. Windows color (decimal): -9870992 or 7364969. OLE color: 7364969.

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

Color convert

RGB 105 97 112 -
CMYK 0.06 0.13 0 0.56
HSL 272º 0.07% 0.41% -
HSV(B) 272º 0.13% 0.44% -
XYZ 13.03 12.72 17.1 -
YUV 101.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 105 97 112 0.06 0.13 0 0.56 272 0.07 0.41
Hex 69 61 70 6 D 0 38 110 7 29
Octal 151 141 160 6 15 0 70 420 7 51
Binary 1101001 1100001 1110000 110 1101 0 111000 100010000 111 101001

Color Harmonies of #696170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696170

Black with #696170

Text Example


Text Example

White with #696170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696170; }

 p { color: rgb(105,97,112); }

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

background-color css

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

 a { background-color: rgb(105,97,112); }

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

border-color css

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

 span { border-color: rgb(105,97,112); }

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