Html Css Color HEX #695E77 Scarpa Flow

📋 copy color: '#695E77'

red 105 ◦ green 94 ◦ blue 119

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

Shades of Scarpa Flow #695E77

Tints of Scarpa Flow #695E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 33.02%
G = 29.56%
B = 37.42%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#695E77 (or 0x695E77) is known color: Scarpa Flow. HEX triplet: 69, 5E and 77. RGB value is (105,94,119). Sum of RGB (Red+Green+Blue) = 105+94+119=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #695E77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E77 is #96A188. Grayscale: #646464. Windows color (decimal): -9871753 or 7822953. OLE color: 7822953.

HSL color Cylindrical-coordinate representation of color #695E77: hue angle of 266.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #695E77 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 105 94 119 -
CMYK 0.12 0.21 0 0.53
HSL 266.4º 0.12% 0.42% -
HSV(B) 266.4º 0.21% 0.47% -
XYZ 13.16 12.34 19.14 -
YUV 100.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 105 94 119 0.12 0.21 0 0.53 266.4 0.12 0.42
Hex 69 5E 77 C 15 0 35 10A C 2A
Octal 151 136 167 14 25 0 65 412 14 52
Binary 1101001 1011110 1110111 1100 10101 0 110101 100001010 1100 101010

Color Harmonies of #695E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695E77

Black with #695E77

Text Example


Text Example

White with #695E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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