Html Css Color HEX #696E6F Pale Sky

📋 copy color: '#696E6F'

red 105 ◦ green 110 ◦ blue 111

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

Shades of Pale Sky #696E6F

Tints of Pale Sky #696E6F

RGB

 RED value IS 105 (41.41% from 255) = 32.21%

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 32.21%
G = 33.74%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696E6F (or 0x696E6F) is known color: Pale Sky. HEX triplet: 69, 6E and 6F. RGB value is (105,110,111). Sum of RGB (Red+Green+Blue) = 105+110+111=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 111 - color contains mainly: blue. Hex color #696E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696E6F is #969190. Grayscale: #6C6C6C. Windows color (decimal): -9867665 or 7302761. OLE color: 7302761.

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

Color convert

RGB 105 110 111 -
CMYK 0.05 0.01 0 0.56
HSL 190º 0.03% 0.42% -
HSV(B) 190º 0.05% 0.44% -
XYZ 14.27 15.3 17.24 -
YUV 108.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 105 110 111 0.05 0.01 0 0.56 190 0.03 0.42
Hex 69 6E 6F 5 1 0 38 BE 3 2A
Octal 151 156 157 5 1 0 70 276 3 52
Binary 1101001 1101110 1101111 101 1 0 111000 10111110 11 101010

Color Harmonies of #696E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696E6F

Black with #696E6F

Text Example


Text Example

White with #696E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696E6F; }

 p { color: rgb(105,110,111); }

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

background-color css

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

 a { background-color: rgb(105,110,111); }

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

border-color css

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

 span { border-color: rgb(105,110,111); }

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