Html Css Color HEX #6A696C Scarpa Flow

📋 copy color: '#6A696C'

red 106 ◦ green 105 ◦ blue 108

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

Shades of Scarpa Flow #6A696C

Tints of Scarpa Flow #6A696C

RGB

 RED value IS 106 (41.8% from 255) = 33.23%

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

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 33.23%
G = 32.92%
B = 33.86%

CMYK

 C value IS 0.02

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A696C (or 0x6A696C) is known color: Scarpa Flow. HEX triplet: 6A, 69 and 6C. RGB value is (106,105,108). Sum of RGB (Red+Green+Blue) = 106+105+108=319 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.23% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 108 - color contains mainly: blue. Hex color #6A696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A696C is #959693. Grayscale: #696969. Windows color (decimal): -9803412 or 7104874. OLE color: 7104874.

HSL color Cylindrical-coordinate representation of color #6A696C: hue angle of 260º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6A696C is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 105 108 -
CMYK 0.02 0.03 0 0.58
HSL 260º 0.01% 0.42% -
HSV(B) 260º 0.03% 0.42% -
XYZ 13.7 14.25 16.22 -
YUV 105.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 106 105 108 0.02 0.03 0 0.58 260 0.01 0.42
Hex 6A 69 6C 2 3 0 3A 104 1 2A
Octal 152 151 154 2 3 0 72 404 1 52
Binary 1101010 1101001 1101100 10 11 0 111010 100000100 1 101010

Color Harmonies of #6A696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A696C

Black with #6A696C

Text Example


Text Example

White with #6A696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A696C; }

 p { color: rgb(106,105,108); }

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

background-color css

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

 a { background-color: rgb(106,105,108); }

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

border-color css

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

 span { border-color: rgb(106,105,108); }

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