Html Css Color HEX #696275 Scarpa Flow

📋 copy color: '#696275'

red 105 ◦ green 98 ◦ blue 117

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

Shades of Scarpa Flow #696275

Tints of Scarpa Flow #696275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.63%

 BLUE value IS 117 (46.09% from 255) = 36.56%

R = 32.81%
G = 30.63%
B = 36.56%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696275 (or 0x696275) is known color: Scarpa Flow. HEX triplet: 69, 62 and 75. RGB value is (105,98,117). Sum of RGB (Red+Green+Blue) = 105+98+117=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #696275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696275 is #969D8A. Grayscale: #666666. Windows color (decimal): -9870731 or 7692905. OLE color: 7692905.

HSL color Cylindrical-coordinate representation of color #696275: hue angle of 262.11º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #696275 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 98 117 -
CMYK 0.10 0.16 0 0.54
HSL 262.11º 0.09% 0.42% -
HSV(B) 262.11º 0.16% 0.46% -
XYZ 13.4 13.02 18.64 -
YUV 102.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 105 98 117 0.10 0.16 0 0.54 262.11 0.09 0.42
Hex 69 62 75 A 10 0 36 106 9 2A
Octal 151 142 165 12 20 0 66 406 11 52
Binary 1101001 1100010 1110101 1010 10000 0 110110 100000110 1001 101010

Color Harmonies of #696275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696275

Black with #696275

Text Example


Text Example

White with #696275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696275; }

 p { color: rgb(105,98,117); }

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

background-color css

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

 a { background-color: rgb(105,98,117); }

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

border-color css

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

 span { border-color: rgb(105,98,117); }

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