Html Css Color HEX #686F71 Pale Sky

📋 copy color: '#686F71'

red 104 ◦ green 111 ◦ blue 113

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

Shades of Pale Sky #686F71

Tints of Pale Sky #686F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.84%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 31.71%
G = 33.84%
B = 34.45%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686F71 (or 0x686F71) is known color: Pale Sky. HEX triplet: 68, 6F and 71. RGB value is (104,111,113). Sum of RGB (Red+Green+Blue) = 104+111+113=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: blue. Hex color #686F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F71 is #97908E. Grayscale: #6D6D6D. Windows color (decimal): -9932943 or 7434088. OLE color: 7434088.

HSL color Cylindrical-coordinate representation of color #686F71: hue angle of 193.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686F71 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 113 -
CMYK 0.08 0.02 0 0.56
HSL 193.33º 0.04% 0.43% -
HSV(B) 193.33º 0.08% 0.44% -
XYZ 14.37 15.5 17.86 -
YUV 109.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 104 111 113 0.08 0.02 0 0.56 193.33 0.04 0.43
Hex 68 6F 71 8 2 0 38 C1 4 2B
Octal 150 157 161 10 2 0 70 301 4 53
Binary 1101000 1101111 1110001 1000 10 0 111000 11000001 100 101011

Color Harmonies of #686F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F71

Black with #686F71

Text Example


Text Example

White with #686F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,113); }

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

background-color css

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

 a { background-color: rgb(104,111,113); }

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

border-color css

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

 span { border-color: rgb(104,111,113); }

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