Html Css Color HEX #695D72 Scarpa Flow

📋 copy color: '#695D72'

red 105 ◦ green 93 ◦ blue 114

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

Shades of Scarpa Flow #695D72

Tints of Scarpa Flow #695D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.81%

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

R = 33.65%
G = 29.81%
B = 36.54%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695D72 (or 0x695D72) is known color: Scarpa Flow. HEX triplet: 69, 5D and 72. RGB value is (105,93,114). Sum of RGB (Red+Green+Blue) = 105+93+114=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #695D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D72 is #96A28D. Grayscale: #626262. Windows color (decimal): -9872014 or 7495017. OLE color: 7495017.

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

Color convert

RGB 105 93 114 -
CMYK 0.08 0.18 0 0.55
HSL 274.29º 0.1% 0.41% -
HSV(B) 274.29º 0.18% 0.45% -
XYZ 12.78 12.05 17.57 -
YUV 98.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 105 93 114 0.08 0.18 0 0.55 274.29 0.1 0.41
Hex 69 5D 72 8 12 0 37 112 A 29
Octal 151 135 162 10 22 0 67 422 12 51
Binary 1101001 1011101 1110010 1000 10010 0 110111 100010010 1010 101001

Color Harmonies of #695D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D72

Black with #695D72

Text Example


Text Example

White with #695D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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