Html Css Color HEX #687275 Pale Sky

📋 copy color: '#687275'

red 104 ◦ green 114 ◦ blue 117

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

Shades of Pale Sky #687275

Tints of Pale Sky #687275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 31.04%
G = 34.03%
B = 34.93%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#687275 (or 0x687275) is known color: Pale Sky. HEX triplet: 68, 72 and 75. RGB value is (104,114,117). Sum of RGB (Red+Green+Blue) = 104+114+117=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #687275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687275 is #978D8A. Grayscale: #6F6F6F. Windows color (decimal): -9932171 or 7697000. OLE color: 7697000.

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

Color convert

RGB 104 114 117 -
CMYK 0.11 0.03 0 0.54
HSL 193.85º 0.06% 0.43% -
HSV(B) 193.85º 0.11% 0.46% -
XYZ 14.94 16.26 19.18 -
YUV 111.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 104 114 117 0.11 0.03 0 0.54 193.85 0.06 0.43
Hex 68 72 75 B 3 0 36 C2 6 2B
Octal 150 162 165 13 3 0 66 302 6 53
Binary 1101000 1110010 1110101 1011 11 0 110110 11000010 110 101011

Color Harmonies of #687275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687275

Black with #687275

Text Example


Text Example

White with #687275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687275; }

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

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

background-color css

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

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

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

border-color css

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

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

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