#6B6573

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

Shades of Scarpa Flow #6B6573

Tints of Scarpa Flow #6B6573

Color information

#6B6573 (or 0x6B6573) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 65 and 73. RGB value is (107,101,115). Sum of RGB (Red+Green+Blue) = 107+101+115=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6573 is #949A8C. Grayscale: #686868. Windows color (decimal): -9738893 or 7562603. OLE color: 7562603.

HSL color Cylindrical-coordinate representation of color #6B6573: hue angle of 265.71º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B6573 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB107101115-
CMYK0.070.1200.55
HSL265.71º6.48%42.35%-
HSV(B)265.71º12.17%45.1%-
XYZ13.8113.6718.13-
YUV104.39133.99129.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 115 (45.31% from 255) = 35.60%
R=33.13%
G=31.27%
B=35.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071011150.070.1200.55265.716.4842.35
Hex6B65737C03710a62a
Octal153145163714067412652
Binary11010111100101111001111111000110111100001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,101,115); }

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

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

 a { background-color: rgb(107,101,115); }

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

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

 span { border-color: rgb(107,101,115); }

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