#6B6078

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

Shades of Scarpa Flow #6B6078

Tints of Scarpa Flow #6B6078

Color information

#6B6078 (or 0x6B6078) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 60 and 78. RGB value is (107,96,120). Sum of RGB (Red+Green+Blue) = 107+96+120=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B6078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6078 is #949F87. Grayscale: #656565. Windows color (decimal): -9740168 or 7889003. OLE color: 7889003.

HSL color Cylindrical-coordinate representation of color #6B6078: hue angle of 267.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B6078 is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10796120-
CMYK0.110.200.53
HSL267.5º11.11%42.35%-
HSV(B)267.5º20%47.06%-
XYZ13.6412.8519.53-
YUV102.02138.14131.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=33.13%
G=29.72%
B=37.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107961200.110.200.53267.511.1142.35
Hex6B6078B1403510cb2a
Octal15314017013240654141352
Binary11010111100000111100010111010001101011000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,96,120); }

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

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

 a { background-color: rgb(107,96,120); }

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

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

 span { border-color: rgb(107,96,120); }

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