#6F667A

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

Shades of Scarpa Flow #6F667A

Tints of Scarpa Flow #6F667A

Color information

#6F667A (or 0x6F667A) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 66 and 7A. RGB value is (111,102,122). Sum of RGB (Red+Green+Blue) = 111+102+122=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667A is #909985. Grayscale: #6A6A6A. Windows color (decimal): -9476486 or 8021615. OLE color: 8021615.

HSL color Cylindrical-coordinate representation of color #6F667A: hue angle of 267º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F667A is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB111102122-
CMYK0.090.1600.52
HSL267º8.93%43.92%-
HSV(B)267º16.39%47.84%-
XYZ14.8214.2920.39-
YUV106.97136.48130.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 102 (40.23% from 255) = 30.45%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=33.13%
G=30.45%
B=36.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111021220.090.1600.522678.9343.92
Hex6F667A91003410b92c
Octal15714617211200644131154
Binary11011111100110111101010011000001101001000010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,122); }

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

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

 a { background-color: rgb(111,102,122); }

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

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

 span { border-color: rgb(111,102,122); }

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