Html Css Color HEX #695D76 Scarpa Flow

📋 copy color: '#695D76'

red 105 ◦ green 93 ◦ blue 118

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

Shades of Scarpa Flow #695D76

Tints of Scarpa Flow #695D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.34%

R = 33.23%
G = 29.43%
B = 37.34%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695D76 (or 0x695D76) is known color: Scarpa Flow. HEX triplet: 69, 5D and 76. RGB value is (105,93,118). Sum of RGB (Red+Green+Blue) = 105+93+118=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 118 - color contains mainly: blue. Hex color #695D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D76 is #96A289. Grayscale: #636363. Windows color (decimal): -9872010 or 7757161. OLE color: 7757161.

HSL color Cylindrical-coordinate representation of color #695D76: hue angle of 268.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695D76 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 93 118 -
CMYK 0.11 0.21 0 0.54
HSL 268.8º 0.12% 0.41% -
HSV(B) 268.8º 0.21% 0.46% -
XYZ 13.01 12.14 18.8 -
YUV 99.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 105 93 118 0.11 0.21 0 0.54 268.8 0.12 0.41
Hex 69 5D 76 B 15 0 36 10D C 29
Octal 151 135 166 13 25 0 66 415 14 51
Binary 1101001 1011101 1110110 1011 10101 0 110110 100001101 1100 101001

Color Harmonies of #695D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D76

Black with #695D76

Text Example


Text Example

White with #695D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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