Html Css Color HEX #695F70 Scarpa Flow

📋 copy color: '#695F70'

red 105 ◦ green 95 ◦ blue 112

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

Shades of Scarpa Flow #695F70

Tints of Scarpa Flow #695F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

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

R = 33.65%
G = 30.45%
B = 35.9%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#695F70 (or 0x695F70) is known color: Scarpa Flow. HEX triplet: 69, 5F and 70. RGB value is (105,95,112). Sum of RGB (Red+Green+Blue) = 105+95+112=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 112 - color contains mainly: blue. Hex color #695F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F70 is #96A08F. Grayscale: #636363. Windows color (decimal): -9871504 or 7364457. OLE color: 7364457.

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

Color convert

RGB 105 95 112 -
CMYK 0.06 0.15 0 0.56
HSL 275.29º 0.08% 0.41% -
HSV(B) 275.29º 0.15% 0.44% -
XYZ 12.84 12.36 17.04 -
YUV 99.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 105 95 112 0.06 0.15 0 0.56 275.29 0.08 0.41
Hex 69 5F 70 6 F 0 38 113 8 29
Octal 151 137 160 6 17 0 70 423 10 51
Binary 1101001 1011111 1110000 110 1111 0 111000 100010011 1000 101001

Color Harmonies of #695F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F70

Black with #695F70

Text Example


Text Example

White with #695F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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