#6B6672

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

Shades of Scarpa Flow #6B6672

Tints of Scarpa Flow #6B6672

Color information

#6B6672 (or 0x6B6672) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 66 and 72. RGB value is (107,102,114). Sum of RGB (Red+Green+Blue) = 107+102+114=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6672 is #94998D. Grayscale: #686868. Windows color (decimal): -9738638 or 7497323. OLE color: 7497323.

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

Color convert

RGB107102114-
CMYK0.060.1100.55
HSL265º5.56%42.35%-
HSV(B)265º10.53%44.71%-
XYZ13.8513.8417.86-
YUV104.86133.16129.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=33.13%
G=31.58%
B=35.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071021140.060.1100.552655.5642.35
Hex6B66726B03710962a
Octal153146162613067411652
Binary11010111100110111001011010110110111100001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,102,114); }

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

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

 a { background-color: rgb(107,102,114); }

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

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

 span { border-color: rgb(107,102,114); }

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