#6F687A

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

Shades of Scarpa Flow #6F687A

Tints of Scarpa Flow #6F687A

Color information

#6F687A (or 0x6F687A) is unknown color: approx Scarpa Flow. HEX triplet: 6F, 68 and 7A. RGB value is (111,104,122). Sum of RGB (Red+Green+Blue) = 111+104+122=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F687A is #909785. Grayscale: #6C6C6C. Windows color (decimal): -9475974 or 8022127. OLE color: 8022127.

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

Color convert

RGB111104122-
CMYK0.090.1500.52
HSL263.33º7.96%44.31%-
HSV(B)263.33º14.75%47.84%-
XYZ15.0214.6920.46-
YUV108.14135.82130.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 104 (41.02% from 255) = 30.86%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=32.94%
G=30.86%
B=36.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111041220.090.1500.52263.337.9644.31
Hex6F687A9F03410782c
Octal15715017211170644071054
Binary1101111110100011110101001111101101001000001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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