#6B7172

Color #6B7172 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #6B7172

Tints of Pale Sky #6B7172

Color information

#6B7172 (or 0x6B7172) is unknown color: approx Pale Sky. HEX triplet: 6B, 71 and 72. RGB value is (107,113,114). Sum of RGB (Red+Green+Blue) = 107+113+114=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B7172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7172 is #948E8D. Grayscale: #6F6F6F. Windows color (decimal): -9735822 or 7500139. OLE color: 7500139.

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

Color convert

RGB107113114-
CMYK0.060.0100.55
HSL188.57º3.17%43.33%-
HSV(B)188.57º6.14%44.71%-
XYZ15.0116.1518.25-
YUV111.32129.51124.92-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.04%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=32.04%
G=33.83%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071131140.060.0100.55188.573.1743.33
Hex6B717261037bd32b
Octal15316116261067275353
Binary110101111100011110010110101101111011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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