Html Css Color HEX #696173 Scarpa Flow

📋 copy color: '#696173'

red 105 ◦ green 97 ◦ blue 115

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

Shades of Scarpa Flow #696173

Tints of Scarpa Flow #696173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 33.12%
G = 30.6%
B = 36.28%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696173 (or 0x696173) is known color: Scarpa Flow. HEX triplet: 69, 61 and 73. RGB value is (105,97,115). Sum of RGB (Red+Green+Blue) = 105+97+115=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #696173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696173 is #969E8C. Grayscale: #656565. Windows color (decimal): -9870989 or 7561577. OLE color: 7561577.

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

Color convert

RGB 105 97 115 -
CMYK 0.09 0.16 0 0.55
HSL 266.67º 0.08% 0.42% -
HSV(B) 266.67º 0.16% 0.45% -
XYZ 13.19 12.79 17.99 -
YUV 101.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 105 97 115 0.09 0.16 0 0.55 266.67 0.08 0.42
Hex 69 61 73 9 10 0 37 10B 8 2A
Octal 151 141 163 11 20 0 67 413 10 52
Binary 1101001 1100001 1110011 1001 10000 0 110111 100001011 1000 101010

Color Harmonies of #696173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696173

Black with #696173

Text Example


Text Example

White with #696173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696173; }

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

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

background-color css

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

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

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

border-color css

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

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

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