Html Css Color HEX #696073 Scarpa Flow

📋 copy color: '#696073'

red 105 ◦ green 96 ◦ blue 115

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

Shades of Scarpa Flow #696073

Tints of Scarpa Flow #696073

RGB

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

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

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

R = 33.23%
G = 30.38%
B = 36.39%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696073 (or 0x696073) is known color: Scarpa Flow. HEX triplet: 69, 60 and 73. RGB value is (105,96,115). Sum of RGB (Red+Green+Blue) = 105+96+115=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 96 (37.89% from 255 or 30.38% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 115 - color contains mainly: blue. Hex color #696073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696073 is #969F8C. Grayscale: #646464. Windows color (decimal): -9871245 or 7561321. OLE color: 7561321.

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

Color convert

RGB 105 96 115 -
CMYK 0.09 0.17 0 0.55
HSL 268.42º 0.09% 0.41% -
HSV(B) 268.42º 0.17% 0.45% -
XYZ 13.1 12.61 17.96 -
YUV 100.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 105 96 115 0.09 0.17 0 0.55 268.42 0.09 0.41
Hex 69 60 73 9 11 0 37 10C 9 29
Octal 151 140 163 11 21 0 67 414 11 51
Binary 1101001 1100000 1110011 1001 10001 0 110111 100001100 1001 101001

Color Harmonies of #696073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696073

Black with #696073

Text Example


Text Example

White with #696073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696073; }

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

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

background-color css

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

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

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

border-color css

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

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

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