Html Css Color HEX #697073 Pale Sky

📋 copy color: '#697073'

red 105 ◦ green 112 ◦ blue 115

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

Shades of Pale Sky #697073

Tints of Pale Sky #697073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 31.63%
G = 33.73%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#697073 (or 0x697073) is known color: Pale Sky. HEX triplet: 69, 70 and 73. RGB value is (105,112,115). Sum of RGB (Red+Green+Blue) = 105+112+115=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 115 - color contains mainly: blue. Hex color #697073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697073 is #968F8C. Grayscale: #6E6E6E. Windows color (decimal): -9867149 or 7565417. OLE color: 7565417.

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

Color convert

RGB 105 112 115 -
CMYK 0.09 0.03 0 0.55
HSL 198º 0.05% 0.43% -
HSV(B) 198º 0.09% 0.45% -
XYZ 14.71 15.83 18.5 -
YUV 110.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 105 112 115 0.09 0.03 0 0.55 198 0.05 0.43
Hex 69 70 73 9 3 0 37 C6 5 2B
Octal 151 160 163 11 3 0 67 306 5 53
Binary 1101001 1110000 1110011 1001 11 0 110111 11000110 101 101011

Color Harmonies of #697073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697073

Black with #697073

Text Example


Text Example

White with #697073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697073; }

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

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

background-color css

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

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

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

border-color css

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

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

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