#696472

Color #696472 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #696472

Tints of Scarpa Flow #696472

Color information

#696472 (or 0x696472) is unknown color: approx 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

RGB105100114-
CMYK0.080.1200.55
HSL261.43º6.54%41.96%-
HSV(B)261.43º12.28%44.71%-
XYZ13.4213.3317.79-
YUV103.09134.16129.36-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051001140.080.1200.55261.436.5441.96
Hex6964728C03710572a
Octal1511441621014067405752
Binary110100111001001110010100011000110111100000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>