#6A666E

Color #6A666E Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6A666E

Tints of Scarpa Flow #6A666E

Color information

#6A666E (or 0x6A666E) is unknown color: approx Scarpa Flow. HEX triplet: 6A, 66 and 6E. RGB value is (106,102,110). Sum of RGB (Red+Green+Blue) = 106+102+110=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A666E is #959991. Grayscale: #686868. Windows color (decimal): -9804178 or 7235178. OLE color: 7235178.

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

Color convert

RGB106102110-
CMYK0.040.0700.57
HSL270º3.77%41.57%-
HSV(B)270º7.27%43.14%-
XYZ13.5113.6916.68-
YUV104.11131.33129.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 32.08%
BLUE value IS 110 (43.36% from 255) = 34.59%
R=33.33%
G=32.08%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1061021100.040.0700.572703.7741.57
Hex6A666E4703910e42a
Octal15214615647071416452
Binary1101010110011011011101001110111001100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,102,110); }

 H1.HeaderClassName
 {
   color: #6A666E;
 }
 .AnyTagClassName
 {
   color: #6A666E;
 }
</style>
background-color css

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

 a { background-color: rgb(106,102,110); }

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

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

 span { border-color: rgb(106,102,110); }

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