Html Css Color HEX #6A696B Scarpa Flow

📋 copy color: '#6A696B'

red 106 ◦ green 105 ◦ blue 107

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

Shades of Scarpa Flow #6A696B

Tints of Scarpa Flow #6A696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 33.33%
G = 33.02%
B = 33.65%

CMYK

 C value IS 0.01

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#6A696B (or 0x6A696B) is known color: Scarpa Flow. HEX triplet: 6A, 69 and 6B. RGB value is (106,105,107). Sum of RGB (Red+Green+Blue) = 106+105+107=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A696B is #959694. Grayscale: #696969. Windows color (decimal): -9803413 or 7039338. OLE color: 7039338.

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

Color convert

RGB 106 105 107 -
CMYK 0.01 0.02 0 0.58
HSL 270º 0.01% 0.42% -
HSV(B) 270º 0.02% 0.42% -
XYZ 13.65 14.23 15.94 -
YUV 105.53 128.83 128.34 -
System Red Green Blue C M Y K H S L
Decimal 106 105 107 0.01 0.02 0 0.58 270 0.01 0.42
Hex 6A 69 6B 1 2 0 3A 10E 1 2A
Octal 152 151 153 1 2 0 72 416 1 52
Binary 1101010 1101001 1101011 1 10 0 111010 100001110 1 101010

Color Harmonies of #6A696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A696B

Black with #6A696B

Text Example


Text Example

White with #6A696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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