Html Css Color HEX #695F73 Scarpa Flow

📋 copy color: '#695F73'

red 105 ◦ green 95 ◦ blue 115

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

Shades of Scarpa Flow #695F73

Tints of Scarpa Flow #695F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 33.33%
G = 30.16%
B = 36.51%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695F73 (or 0x695F73) is known color: Scarpa Flow. HEX triplet: 69, 5F and 73. RGB value is (105,95,115). Sum of RGB (Red+Green+Blue) = 105+95+115=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 115 - color contains mainly: blue. Hex color #695F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F73 is #96A08C. Grayscale: #646464. Windows color (decimal): -9871501 or 7561065. OLE color: 7561065.

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

Color convert

RGB 105 95 115 -
CMYK 0.09 0.17 0 0.55
HSL 270º 0.1% 0.41% -
HSV(B) 270º 0.17% 0.45% -
XYZ 13.01 12.43 17.93 -
YUV 100.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 105 95 115 0.09 0.17 0 0.55 270 0.1 0.41
Hex 69 5F 73 9 11 0 37 10E A 29
Octal 151 137 163 11 21 0 67 416 12 51
Binary 1101001 1011111 1110011 1001 10001 0 110111 100001110 1010 101001

Color Harmonies of #695F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695F73

Black with #695F73

Text Example


Text Example

White with #695F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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