#6B6870

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

Shades of Scarpa Flow #6B6870

Tints of Scarpa Flow #6B6870

Color information

#6B6870 (or 0x6B6870) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 68 and 70. RGB value is (107,104,112). Sum of RGB (Red+Green+Blue) = 107+104+112=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6870 is #94978F. Grayscale: #696969. Windows color (decimal): -9738128 or 7366763. OLE color: 7366763.

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

Color convert

RGB107104112-
CMYK0.040.0700.56
HSL262.5º3.7%42.35%-
HSV(B)262.5º7.14%43.92%-
XYZ13.9414.217.33-
YUV105.81131.49128.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=33.13%
G=32.20%
B=34.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1071041120.040.0700.56262.53.742.35
Hex6B68704703810642a
Octal15315016047070406452
Binary1101011110100011100001001110111000100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,112); }

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

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

 a { background-color: rgb(107,104,112); }

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

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

 span { border-color: rgb(107,104,112); }

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