Html Css Color HEX #687276 Pale Sky

📋 copy color: '#687276'

red 104 ◦ green 114 ◦ blue 118

#687276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #687276

Tints of Pale Sky #687276

RGB

 RED value IS 104 (41.02% from 255) = 30.95%

 GREEN value IS 114 (44.92% from 255) = 33.93%

 BLUE value IS 118 (46.48% from 255) = 35.12%

R = 30.95%
G = 33.93%
B = 35.12%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#687276 (or 0x687276) is known color: Pale Sky. HEX triplet: 68, 72 and 76. RGB value is (104,114,118). Sum of RGB (Red+Green+Blue) = 104+114+118=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #687276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687276 is #978D89. Grayscale: #6F6F6F. Windows color (decimal): -9932170 or 7762536. OLE color: 7762536.

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

Color convert

RGB 104 114 118 -
CMYK 0.12 0.03 0 0.54
HSL 197.14º 0.06% 0.44% -
HSV(B) 197.14º 0.12% 0.46% -
XYZ 15 16.29 19.49 -
YUV 111.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 104 114 118 0.12 0.03 0 0.54 197.14 0.06 0.44
Hex 68 72 76 C 3 0 36 C5 6 2C
Octal 150 162 166 14 3 0 66 305 6 54
Binary 1101000 1110010 1110110 1100 11 0 110110 11000101 110 101100

Color Harmonies of #687276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687276

Black with #687276

Text Example


Text Example

White with #687276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687276; }

 p { color: rgb(104,114,118); }

 H1.HeaderClassName
 {
   color: #687276;
 }
 .AnyTagClassName
 {
   color: #687276;
 }
</style>

background-color css

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

 a { background-color: rgb(104,114,118); }

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

border-color css

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

 span { border-color: rgb(104,114,118); }

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