Html Css Color HEX #695D74 Scarpa Flow

📋 copy color: '#695D74'

red 105 ◦ green 93 ◦ blue 116

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

Shades of Scarpa Flow #695D74

Tints of Scarpa Flow #695D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 33.44%
G = 29.62%
B = 36.94%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695D74 (or 0x695D74) is known color: Scarpa Flow. HEX triplet: 69, 5D and 74. RGB value is (105,93,116). Sum of RGB (Red+Green+Blue) = 105+93+116=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 116 - color contains mainly: blue. Hex color #695D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D74 is #96A28B. Grayscale: #636363. Windows color (decimal): -9872012 or 7626089. OLE color: 7626089.

HSL color Cylindrical-coordinate representation of color #695D74: hue angle of 271.3º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695D74 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 93 116 -
CMYK 0.09 0.20 0 0.55
HSL 271.3º 0.11% 0.41% -
HSV(B) 271.3º 0.2% 0.45% -
XYZ 12.89 12.09 18.18 -
YUV 99.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 105 93 116 0.09 0.20 0 0.55 271.3 0.11 0.41
Hex 69 5D 74 9 14 0 37 10F B 29
Octal 151 135 164 11 24 0 67 417 13 51
Binary 1101001 1011101 1110100 1001 10100 0 110111 100001111 1011 101001

Color Harmonies of #695D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695D74

Black with #695D74

Text Example


Text Example

White with #695D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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