Html Css Color HEX #697276 Pale Sky

📋 copy color: '#697276'

red 105 ◦ green 114 ◦ blue 118

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

Shades of Pale Sky #697276

Tints of Pale Sky #697276

RGB

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

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

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

R = 31.16%
G = 33.83%
B = 35.01%

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

#697276 (or 0x697276) is known color: Pale Sky. HEX triplet: 69, 72 and 76. RGB value is (105,114,118). Sum of RGB (Red+Green+Blue) = 105+114+118=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #697276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697276 is #968D89. Grayscale: #6F6F6F. Windows color (decimal): -9866634 or 7762537. OLE color: 7762537.

HSL color Cylindrical-coordinate representation of color #697276: hue angle of 198.46º 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 #697276 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 114 118 -
CMYK 0.11 0.03 0 0.54
HSL 198.46º 0.06% 0.44% -
HSV(B) 198.46º 0.11% 0.46% -
XYZ 15.11 16.35 19.5 -
YUV 111.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 105 114 118 0.11 0.03 0 0.54 198.46 0.06 0.44
Hex 69 72 76 B 3 0 36 C6 6 2C
Octal 151 162 166 13 3 0 66 306 6 54
Binary 1101001 1110010 1110110 1011 11 0 110110 11000110 110 101100

Color Harmonies of #697276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697276

Black with #697276

Text Example


Text Example

White with #697276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697276; }

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

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

background-color css

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

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

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

border-color css

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

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

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