Html Css Color HEX #696072 Scarpa Flow

📋 copy color: '#696072'

red 105 ◦ green 96 ◦ blue 114

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

Shades of Scarpa Flow #696072

Tints of Scarpa Flow #696072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.48%

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

R = 33.33%
G = 30.48%
B = 36.19%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696072 (or 0x696072) is known color: Scarpa Flow. HEX triplet: 69, 60 and 72. RGB value is (105,96,114). Sum of RGB (Red+Green+Blue) = 105+96+114=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 114 - color contains mainly: blue. Hex color #696072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696072 is #969F8D. Grayscale: #646464. Windows color (decimal): -9871246 or 7495785. OLE color: 7495785.

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

Color convert

RGB 105 96 114 -
CMYK 0.08 0.16 0 0.55
HSL 270º 0.09% 0.41% -
HSV(B) 270º 0.16% 0.45% -
XYZ 13.05 12.58 17.66 -
YUV 100.74 135.48 131.04 -
System Red Green Blue C M Y K H S L
Decimal 105 96 114 0.08 0.16 0 0.55 270 0.09 0.41
Hex 69 60 72 8 10 0 37 10E 9 29
Octal 151 140 162 10 20 0 67 416 11 51
Binary 1101001 1100000 1110010 1000 10000 0 110111 100001110 1001 101001

Color Harmonies of #696072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696072

Black with #696072

Text Example


Text Example

White with #696072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696072; }

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

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

background-color css

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

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

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

border-color css

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

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

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