Html Css Color HEX #696472 Scarpa Flow

📋 copy color: '#696472'

red 105 ◦ green 100 ◦ blue 114

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

Shades of Scarpa Flow #696472

Tints of Scarpa Flow #696472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

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

R = 32.92%
G = 31.35%
B = 35.74%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696472 (or 0x696472) is known color: Scarpa Flow. HEX triplet: 69, 64 and 72. RGB value is (105,100,114). Sum of RGB (Red+Green+Blue) = 105+100+114=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #696472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696472 is #969B8D. Grayscale: #676767. Windows color (decimal): -9870222 or 7496809. OLE color: 7496809.

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

Color convert

RGB 105 100 114 -
CMYK 0.08 0.12 0 0.55
HSL 261.43º 0.07% 0.42% -
HSV(B) 261.43º 0.12% 0.45% -
XYZ 13.42 13.33 17.79 -
YUV 103.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 105 100 114 0.08 0.12 0 0.55 261.43 0.07 0.42
Hex 69 64 72 8 C 0 37 105 7 2A
Octal 151 144 162 10 14 0 67 405 7 52
Binary 1101001 1100100 1110010 1000 1100 0 110111 100000101 111 101010

Color Harmonies of #696472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696472

Black with #696472

Text Example


Text Example

White with #696472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696472; }

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

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

background-color css

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

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

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

border-color css

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

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

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