Html Css Color HEX #697375 Pale Sky

📋 copy color: '#697375'

red 105 ◦ green 115 ◦ blue 117

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

Shades of Pale Sky #697375

Tints of Pale Sky #697375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 117 (46.09% from 255) = 34.72%

R = 31.16%
G = 34.12%
B = 34.72%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697375 (or 0x697375) is known color: Pale Sky. HEX triplet: 69, 73 and 75. RGB value is (105,115,117). Sum of RGB (Red+Green+Blue) = 105+115+117=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 117 - color contains mainly: blue. Hex color #697375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697375 is #968C8A. Grayscale: #707070. Windows color (decimal): -9866379 or 7697257. OLE color: 7697257.

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

Color convert

RGB 105 115 117 -
CMYK 0.10 0.02 0 0.54
HSL 190º 0.05% 0.44% -
HSV(B) 190º 0.1% 0.46% -
XYZ 15.17 16.55 19.22 -
YUV 112.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 105 115 117 0.10 0.02 0 0.54 190 0.05 0.44
Hex 69 73 75 A 2 0 36 BE 5 2C
Octal 151 163 165 12 2 0 66 276 5 54
Binary 1101001 1110011 1110101 1010 10 0 110110 10111110 101 101100

Color Harmonies of #697375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697375

Black with #697375

Text Example


Text Example

White with #697375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697375; }

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

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

background-color css

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

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

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

border-color css

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

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

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