Html Css Color HEX #697476 Pale Sky

📋 copy color: '#697476'

red 105 ◦ green 116 ◦ blue 118

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

Shades of Pale Sky #697476

Tints of Pale Sky #697476

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 118 (46.48% from 255) = 34.81%

R = 30.97%
G = 34.22%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697476 (or 0x697476) is known color: Pale Sky. HEX triplet: 69, 74 and 76. RGB value is (105,116,118). Sum of RGB (Red+Green+Blue) = 105+116+118=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #697476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697476 is #968B89. Grayscale: #707070. Windows color (decimal): -9866122 or 7763049. OLE color: 7763049.

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

Color convert

RGB 105 116 118 -
CMYK 0.11 0.02 0 0.54
HSL 189.23º 0.06% 0.44% -
HSV(B) 189.23º 0.11% 0.46% -
XYZ 15.34 16.8 19.57 -
YUV 112.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 105 116 118 0.11 0.02 0 0.54 189.23 0.06 0.44
Hex 69 74 76 B 2 0 36 BD 6 2C
Octal 151 164 166 13 2 0 66 275 6 54
Binary 1101001 1110100 1110110 1011 10 0 110110 10111101 110 101100

Color Harmonies of #697476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697476

Black with #697476

Text Example


Text Example

White with #697476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697476; }

 p { color: rgb(105,116,118); }

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

background-color css

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

 a { background-color: rgb(105,116,118); }

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

border-color css

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

 span { border-color: rgb(105,116,118); }

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