Html Css Color HEX #696274 Scarpa Flow

📋 copy color: '#696274'

red 105 ◦ green 98 ◦ blue 116

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

Shades of Scarpa Flow #696274

Tints of Scarpa Flow #696274

RGB

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

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

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

R = 32.92%
G = 30.72%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#696274 (or 0x696274) is known color: Scarpa Flow. HEX triplet: 69, 62 and 74. RGB value is (105,98,116). Sum of RGB (Red+Green+Blue) = 105+98+116=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 98 (38.67% from 255 or 30.72% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #696274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696274 is #969D8B. Grayscale: #666666. Windows color (decimal): -9870732 or 7627369. OLE color: 7627369.

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

Color convert

RGB 105 98 116 -
CMYK 0.09 0.16 0 0.55
HSL 263.33º 0.08% 0.42% -
HSV(B) 263.33º 0.16% 0.45% -
XYZ 13.35 13 18.33 -
YUV 102.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 105 98 116 0.09 0.16 0 0.55 263.33 0.08 0.42
Hex 69 62 74 9 10 0 37 107 8 2A
Octal 151 142 164 11 20 0 67 407 10 52
Binary 1101001 1100010 1110100 1001 10000 0 110111 100000111 1000 101010

Color Harmonies of #696274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696274

Black with #696274

Text Example


Text Example

White with #696274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696274; }

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

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

background-color css

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

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

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

border-color css

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

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

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