#6C7274

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

Shades of Pale Sky #6C7274

Tints of Pale Sky #6C7274

Color information

#6C7274 (or 0x6C7274) is unknown color: approx Pale Sky. HEX triplet: 6C, 72 and 74. RGB value is (108,114,116). Sum of RGB (Red+Green+Blue) = 108+114+116=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C7274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7274 is #938D8B. Grayscale: #707070. Windows color (decimal): -9670028 or 7631468. OLE color: 7631468.

HSL color Cylindrical-coordinate representation of color #6C7274: 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 #6C7274 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB108114116-
CMYK0.070.0200.55
HSL195º3.57%43.92%-
HSV(B)195º6.9%45.49%-
XYZ15.3516.4818.9-
YUV112.43130.01124.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=31.95%
G=33.73%
B=34.32%

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
Decimal1081141160.070.0200.551953.5743.92
Hex6C727472037c342c
Octal15416216472067303454
Binary11011001110010111010011110011011111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,114,116); }

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

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

 a { background-color: rgb(108,114,116); }

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

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

 span { border-color: rgb(108,114,116); }

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