#6B7376

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

Shades of Pale Sky #6B7376

Tints of Pale Sky #6B7376

Color information

#6B7376 (or 0x6B7376) is unknown color: approx Pale Sky. HEX triplet: 6B, 73 and 76. RGB value is (107,115,118). Sum of RGB (Red+Green+Blue) = 107+115+118=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #6B7376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7376 is #948C89. Grayscale: #707070. Windows color (decimal): -9735306 or 7762795. OLE color: 7762795.

HSL color Cylindrical-coordinate representation of color #6B7376: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6B7376 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB107115118-
CMYK0.090.0300.54
HSL196.36º4.89%44.12%-
HSV(B)196.36º9.32%46.27%-
XYZ15.4616.719.55-
YUV112.95130.85123.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.47%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=31.47%
G=33.82%
B=34.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1071151180.090.0300.54196.364.8944.12
Hex6B737693036c452c
Octal153163166113066304554
Binary110101111100111110110100111011011011000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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