Html Css Color HEX #695E71 Scarpa Flow

📋 copy color: '#695E71'

red 105 ◦ green 94 ◦ blue 113

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

Shades of Scarpa Flow #695E71

Tints of Scarpa Flow #695E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.22%

R = 33.65%
G = 30.13%
B = 36.22%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695E71 (or 0x695E71) is known color: Scarpa Flow. HEX triplet: 69, 5E and 71. RGB value is (105,94,113). Sum of RGB (Red+Green+Blue) = 105+94+113=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #695E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E71 is #96A18E. Grayscale: #636363. Windows color (decimal): -9871759 or 7429737. OLE color: 7429737.

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

Color convert

RGB 105 94 113 -
CMYK 0.07 0.17 0 0.56
HSL 274.74º 0.09% 0.41% -
HSV(B) 274.74º 0.17% 0.44% -
XYZ 12.81 12.2 17.3 -
YUV 99.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 105 94 113 0.07 0.17 0 0.56 274.74 0.09 0.41
Hex 69 5E 71 7 11 0 38 113 9 29
Octal 151 136 161 7 21 0 70 423 11 51
Binary 1101001 1011110 1110001 111 10001 0 111000 100010011 1001 101001

Color Harmonies of #695E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E71

Black with #695E71

Text Example


Text Example

White with #695E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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