#6F667B

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

Shades of Scarpa Flow #6F667B

Tints of Scarpa Flow #6F667B

Color information

#6F667B (or 0x6F667B) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 66 and 7B. RGB value is (111,102,123). Sum of RGB (Red+Green+Blue) = 111+102+123=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F667B is #909984. Grayscale: #6B6B6B. Windows color (decimal): -9476485 or 8087151. OLE color: 8087151.

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

Color convert

RGB111102123-
CMYK0.100.1700.52
HSL265.71º9.33%44.12%-
HSV(B)265.71º17.07%48.24%-
XYZ14.8814.3120.72-
YUV107.08136.98130.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 123 (48.44% from 255) = 36.61%
R=33.04%
G=30.36%
B=36.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111021230.100.1700.52265.719.3344.12
Hex6F667BA1103410a92c
Octal15714617312210644121154
Binary11011111100110111101110101000101101001000010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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