Html Css Color HEX #687476 Pale Sky

📋 copy color: '#687476'

red 104 ◦ green 116 ◦ blue 118

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

Shades of Pale Sky #687476

Tints of Pale Sky #687476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

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

R = 30.77%
G = 34.32%
B = 34.91%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#687476 (or 0x687476) is known color: Pale Sky. HEX triplet: 68, 74 and 76. RGB value is (104,116,118). Sum of RGB (Red+Green+Blue) = 104+116+118=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #687476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687476 is #978B89. Grayscale: #707070. Windows color (decimal): -9931658 or 7763048. OLE color: 7763048.

HSL color Cylindrical-coordinate representation of color #687476: hue angle of 188.57º 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 #687476 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 116 118 -
CMYK 0.12 0.02 0 0.54
HSL 188.57º 0.06% 0.44% -
HSV(B) 188.57º 0.12% 0.46% -
XYZ 15.22 16.74 19.57 -
YUV 112.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 104 116 118 0.12 0.02 0 0.54 188.57 0.06 0.44
Hex 68 74 76 C 2 0 36 BD 6 2C
Octal 150 164 166 14 2 0 66 275 6 54
Binary 1101000 1110100 1110110 1100 10 0 110110 10111101 110 101100

Color Harmonies of #687476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687476

Black with #687476

Text Example


Text Example

White with #687476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687476; }

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

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

background-color css

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

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

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

border-color css

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

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

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