#667274

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

Shades of Pale Sky #667274

Tints of Pale Sky #667274

Color information

#667274 (or 0x667274) is unknown color: approx Pale Sky. HEX triplet: 66, 72 and 74. RGB value is (102,114,116). Sum of RGB (Red+Green+Blue) = 102+114+116=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 116 - color contains mainly: blue. Hex color #667274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667274 is #998D8B. Grayscale: #6E6E6E. Windows color (decimal): -10063244 or 7631462. OLE color: 7631462.

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

Color convert

RGB102114116-
CMYK0.120.0200.55
HSL188.57º6.42%42.75%-
HSV(B)188.57º12.07%45.49%-
XYZ14.6516.1218.86-
YUV110.64131.02121.84-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 116 (45.70% from 255) = 34.94%
R=30.72%
G=34.34%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021141160.120.0200.55188.576.4242.75
Hex667274C2037bd62b
Octal146162164142067275653
Binary110011011100101110100110010011011110111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667274; }

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

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

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

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

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

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

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

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