#6B7173

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

Shades of Pale Sky #6B7173

Tints of Pale Sky #6B7173

Color information

#6B7173 (or 0x6B7173) is unknown color: approx Pale Sky. HEX triplet: 6B, 71 and 73. RGB value is (107,113,115). Sum of RGB (Red+Green+Blue) = 107+113+115=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7173 is #948E8C. Grayscale: #6F6F6F. Windows color (decimal): -9735821 or 7565675. OLE color: 7565675.

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

Color convert

RGB107113115-
CMYK0.070.0200.55
HSL195º3.6%43.53%-
HSV(B)195º6.96%45.1%-
XYZ15.0616.1718.55-
YUV111.43130.01124.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=31.94%
G=33.73%
B=34.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071131150.070.0200.551953.643.53
Hex6B717372037c342c
Octal15316116372067303454
Binary11010111110001111001111110011011111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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