Html Css Color HEX #696F70 Pale Sky

📋 copy color: '#696F70'

red 105 ◦ green 111 ◦ blue 112

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

Shades of Pale Sky #696F70

Tints of Pale Sky #696F70

RGB

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

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

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

R = 32.01%
G = 33.84%
B = 34.15%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696F70 (or 0x696F70) is known color: Pale Sky. HEX triplet: 69, 6F and 70. RGB value is (105,111,112). Sum of RGB (Red+Green+Blue) = 105+111+112=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 112 - color contains mainly: blue. Hex color #696F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F70 is #96908F. Grayscale: #6D6D6D. Windows color (decimal): -9867408 or 7368553. OLE color: 7368553.

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

Color convert

RGB 105 111 112 -
CMYK 0.06 0.01 0 0.56
HSL 188.57º 0.03% 0.43% -
HSV(B) 188.57º 0.06% 0.44% -
XYZ 14.43 15.54 17.57 -
YUV 109.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 105 111 112 0.06 0.01 0 0.56 188.57 0.03 0.43
Hex 69 6F 70 6 1 0 38 BD 3 2B
Octal 151 157 160 6 1 0 70 275 3 53
Binary 1101001 1101111 1110000 110 1 0 111000 10111101 11 101011

Color Harmonies of #696F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696F70

Black with #696F70

Text Example


Text Example

White with #696F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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