Html Css Color HEX #696270 Scarpa Flow

📋 copy color: '#696270'

red 105 ◦ green 98 ◦ blue 112

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

Shades of Scarpa Flow #696270

Tints of Scarpa Flow #696270

RGB

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

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

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

R = 33.33%
G = 31.11%
B = 35.56%

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

#696270 (or 0x696270) is known color: Scarpa Flow. HEX triplet: 69, 62 and 70. RGB value is (105,98,112). Sum of RGB (Red+Green+Blue) = 105+98+112=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 112 - color contains mainly: blue. Hex color #696270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696270 is #969D8F. Grayscale: #656565. Windows color (decimal): -9870736 or 7365225. OLE color: 7365225.

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

Color convert

RGB 105 98 112 -
CMYK 0.06 0.13 0 0.56
HSL 270º 0.07% 0.41% -
HSV(B) 270º 0.13% 0.44% -
XYZ 13.12 12.91 17.13 -
YUV 101.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 105 98 112 0.06 0.13 0 0.56 270 0.07 0.41
Hex 69 62 70 6 D 0 38 10E 7 29
Octal 151 142 160 6 15 0 70 416 7 51
Binary 1101001 1100010 1110000 110 1101 0 111000 100001110 111 101001

Color Harmonies of #696270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696270

Black with #696270

Text Example


Text Example

White with #696270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696270; }

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

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

background-color css

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

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

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

border-color css

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

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

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