Html Css Color HEX #695B73 Scarpa Flow

📋 copy color: '#695B73'

red 105 ◦ green 91 ◦ blue 115

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

Shades of Scarpa Flow #695B73

Tints of Scarpa Flow #695B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

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

R = 33.76%
G = 29.26%
B = 36.98%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#695B73 (or 0x695B73) is known color: Scarpa Flow. HEX triplet: 69, 5B and 73. RGB value is (105,91,115). Sum of RGB (Red+Green+Blue) = 105+91+115=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #695B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B73 is #96A48C. Grayscale: #616161. Windows color (decimal): -9872525 or 7560041. OLE color: 7560041.

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

Color convert

RGB 105 91 115 -
CMYK 0.09 0.21 0 0.55
HSL 275º 0.12% 0.4% -
HSV(B) 275º 0.21% 0.45% -
XYZ 12.66 11.72 17.82 -
YUV 97.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 105 91 115 0.09 0.21 0 0.55 275 0.12 0.4
Hex 69 5B 73 9 15 0 37 113 C 28
Octal 151 133 163 11 25 0 67 423 14 50
Binary 1101001 1011011 1110011 1001 10101 0 110111 100010011 1100 101000

Color Harmonies of #695B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695B73

Black with #695B73

Text Example


Text Example

White with #695B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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