Html Css Color HEX #686B6C Pale Sky

📋 copy color: '#686B6C'

red 104 ◦ green 107 ◦ blue 108

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

Shades of Pale Sky #686B6C

Tints of Pale Sky #686B6C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 32.6%
G = 33.54%
B = 33.86%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#686B6C (or 0x686B6C) is known color: Pale Sky. HEX triplet: 68, 6B and 6C. RGB value is (104,107,108). Sum of RGB (Red+Green+Blue) = 104+107+108=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 108 - color contains mainly: blue. Hex color #686B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B6C is #979493. Grayscale: #6A6A6A. Windows color (decimal): -9933972 or 7105384. OLE color: 7105384.

HSL color Cylindrical-coordinate representation of color #686B6C: hue angle of 195º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #686B6C is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 107 108 -
CMYK 0.04 0.01 0 0.58
HSL 195º 0.02% 0.42% -
HSV(B) 195º 0.04% 0.42% -
XYZ 13.67 14.54 16.27 -
YUV 106.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 104 107 108 0.04 0.01 0 0.58 195 0.02 0.42
Hex 68 6B 6C 4 1 0 3A C3 2 2A
Octal 150 153 154 4 1 0 72 303 2 52
Binary 1101000 1101011 1101100 100 1 0 111010 11000011 10 101010

Color Harmonies of #686B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B6C

Black with #686B6C

Text Example


Text Example

White with #686B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686B6C; }

 p { color: rgb(104,107,108); }

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

background-color css

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

 a { background-color: rgb(104,107,108); }

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

border-color css

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

 span { border-color: rgb(104,107,108); }

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