Html Css Color HEX #695C76 Scarpa Flow

📋 copy color: '#695C76'

red 105 ◦ green 92 ◦ blue 118

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

Shades of Scarpa Flow #695C76

Tints of Scarpa Flow #695C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

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

R = 33.33%
G = 29.21%
B = 37.46%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#695C76 (or 0x695C76) is known color: Scarpa Flow. HEX triplet: 69, 5C and 76. RGB value is (105,92,118). Sum of RGB (Red+Green+Blue) = 105+92+118=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #695C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695C76 is #96A389. Grayscale: #626262. Windows color (decimal): -9872266 or 7756905. OLE color: 7756905.

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

Color convert

RGB 105 92 118 -
CMYK 0.11 0.22 0 0.54
HSL 270º 0.12% 0.41% -
HSV(B) 270º 0.22% 0.46% -
XYZ 12.92 11.97 18.77 -
YUV 98.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 105 92 118 0.11 0.22 0 0.54 270 0.12 0.41
Hex 69 5C 76 B 16 0 36 10E C 29
Octal 151 134 166 13 26 0 66 416 14 51
Binary 1101001 1011100 1110110 1011 10110 0 110110 100001110 1100 101001

Color Harmonies of #695C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695C76

Black with #695C76

Text Example


Text Example

White with #695C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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