Html Css Color HEX #695E70 Scarpa Flow

📋 copy color: '#695E70'

red 105 ◦ green 94 ◦ blue 112

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

Shades of Scarpa Flow #695E70

Tints of Scarpa Flow #695E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.23%

 BLUE value IS 112 (44.14% from 255) = 36.01%

R = 33.76%
G = 30.23%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695E70 (or 0x695E70) is known color: Scarpa Flow. HEX triplet: 69, 5E and 70. RGB value is (105,94,112). Sum of RGB (Red+Green+Blue) = 105+94+112=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #695E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E70 is #96A18F. Grayscale: #636363. Windows color (decimal): -9871760 or 7364201. OLE color: 7364201.

HSL color Cylindrical-coordinate representation of color #695E70: hue angle of 276.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #695E70 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 94 112 -
CMYK 0.06 0.16 0 0.56
HSL 276.67º 0.09% 0.4% -
HSV(B) 276.67º 0.16% 0.44% -
XYZ 12.75 12.18 17.01 -
YUV 99.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 105 94 112 0.06 0.16 0 0.56 276.67 0.09 0.4
Hex 69 5E 70 6 10 0 38 115 9 28
Octal 151 136 160 6 20 0 70 425 11 50
Binary 1101001 1011110 1110000 110 10000 0 111000 100010101 1001 101000

Color Harmonies of #695E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E70

Black with #695E70

Text Example


Text Example

White with #695E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695E70; }

 p { color: rgb(105,94,112); }

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

background-color css

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

 a { background-color: rgb(105,94,112); }

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

border-color css

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

 span { border-color: rgb(105,94,112); }

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