Html Css Color HEX #686F70 Pale Sky

📋 copy color: '#686F70'

red 104 ◦ green 111 ◦ blue 112

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

Shades of Pale Sky #686F70

Tints of Pale Sky #686F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 31.8%
G = 33.94%
B = 34.25%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686F70 (or 0x686F70) is known color: Pale Sky. HEX triplet: 68, 6F and 70. RGB value is (104,111,112). Sum of RGB (Red+Green+Blue) = 104+111+112=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 112 - color contains mainly: blue. Hex color #686F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F70 is #97908F. Grayscale: #6D6D6D. Windows color (decimal): -9932944 or 7368552. OLE color: 7368552.

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

Color convert

RGB 104 111 112 -
CMYK 0.07 0.01 0 0.56
HSL 187.5º 0.04% 0.42% -
HSV(B) 187.5º 0.07% 0.44% -
XYZ 14.32 15.48 17.56 -
YUV 109.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 104 111 112 0.07 0.01 0 0.56 187.5 0.04 0.42
Hex 68 6F 70 7 1 0 38 BC 4 2A
Octal 150 157 160 7 1 0 70 274 4 52
Binary 1101000 1101111 1110000 111 1 0 111000 10111100 100 101010

Color Harmonies of #686F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F70

Black with #686F70

Text Example


Text Example

White with #686F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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