Html Css Color HEX #696172 Scarpa Flow

📋 copy color: '#696172'

red 105 ◦ green 97 ◦ blue 114

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

Shades of Scarpa Flow #696172

Tints of Scarpa Flow #696172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.08%

R = 33.23%
G = 30.7%
B = 36.08%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696172 (or 0x696172) is known color: Scarpa Flow. HEX triplet: 69, 61 and 72. RGB value is (105,97,114). Sum of RGB (Red+Green+Blue) = 105+97+114=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #696172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696172 is #969E8D. Grayscale: #656565. Windows color (decimal): -9870990 or 7496041. OLE color: 7496041.

HSL color Cylindrical-coordinate representation of color #696172: hue angle of 268.24º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #696172 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 97 114 -
CMYK 0.08 0.15 0 0.55
HSL 268.24º 0.08% 0.41% -
HSV(B) 268.24º 0.15% 0.45% -
XYZ 13.14 12.77 17.69 -
YUV 101.33 135.15 130.62 -
System Red Green Blue C M Y K H S L
Decimal 105 97 114 0.08 0.15 0 0.55 268.24 0.08 0.41
Hex 69 61 72 8 F 0 37 10C 8 29
Octal 151 141 162 10 17 0 67 414 10 51
Binary 1101001 1100001 1110010 1000 1111 0 110111 100001100 1000 101001

Color Harmonies of #696172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696172

Black with #696172

Text Example


Text Example

White with #696172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696172; }

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

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

background-color css

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

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

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

border-color css

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

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

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