Html Css Color HEX #697173 Pale Sky

📋 copy color: '#697173'

red 105 ◦ green 113 ◦ blue 115

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

Shades of Pale Sky #697173

Tints of Pale Sky #697173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 31.53%
G = 33.93%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#697173 (or 0x697173) is known color: Pale Sky. HEX triplet: 69, 71 and 73. RGB value is (105,113,115). Sum of RGB (Red+Green+Blue) = 105+113+115=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: blue. Hex color #697173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697173 is #968E8C. Grayscale: #6E6E6E. Windows color (decimal): -9866893 or 7565673. OLE color: 7565673.

HSL color Cylindrical-coordinate representation of color #697173: hue angle of 192º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #697173 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 113 115 -
CMYK 0.09 0.02 0 0.55
HSL 192º 0.05% 0.43% -
HSV(B) 192º 0.09% 0.45% -
XYZ 14.83 16.05 18.54 -
YUV 110.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 105 113 115 0.09 0.02 0 0.55 192 0.05 0.43
Hex 69 71 73 9 2 0 37 C0 5 2B
Octal 151 161 163 11 2 0 67 300 5 53
Binary 1101001 1110001 1110011 1001 10 0 110111 11000000 101 101011

Color Harmonies of #697173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697173

Black with #697173

Text Example


Text Example

White with #697173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697173; }

 p { color: rgb(105,113,115); }

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

background-color css

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

 a { background-color: rgb(105,113,115); }

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

border-color css

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

 span { border-color: rgb(105,113,115); }

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