#6B6572

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

Shades of Scarpa Flow #6B6572

Tints of Scarpa Flow #6B6572

Color information

#6B6572 (or 0x6B6572) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 65 and 72. RGB value is (107,101,114). Sum of RGB (Red+Green+Blue) = 107+101+114=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B6572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6572 is #949A8D. Grayscale: #686868. Windows color (decimal): -9738894 or 7497067. OLE color: 7497067.

HSL color Cylindrical-coordinate representation of color #6B6572: hue angle of 267.69º 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 #6B6572 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB107101114-
CMYK0.060.1100.55
HSL267.69º6.05%42.16%-
HSV(B)267.69º11.4%44.71%-
XYZ13.7513.6517.83-
YUV104.28133.49129.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=33.23%
G=31.37%
B=35.40%

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
Decimal1071011140.060.1100.55267.696.0542.16
Hex6B65726B03710c62a
Octal153145162613067414652
Binary11010111100101111001011010110110111100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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