Html Css Color HEX #697175 Pale Sky

📋 copy color: '#697175'

red 105 ◦ green 113 ◦ blue 117

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

Shades of Pale Sky #697175

Tints of Pale Sky #697175

RGB

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

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

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

R = 31.34%
G = 33.73%
B = 34.93%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#697175 (or 0x697175) is known color: Pale Sky. HEX triplet: 69, 71 and 75. RGB value is (105,113,117). Sum of RGB (Red+Green+Blue) = 105+113+117=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #697175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697175 is #968E8A. Grayscale: #6F6F6F. Windows color (decimal): -9866891 or 7696745. OLE color: 7696745.

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

Color convert

RGB 105 113 117 -
CMYK 0.10 0.03 0 0.54
HSL 200º 0.05% 0.44% -
HSV(B) 200º 0.1% 0.46% -
XYZ 14.94 16.1 19.15 -
YUV 111.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 105 113 117 0.10 0.03 0 0.54 200 0.05 0.44
Hex 69 71 75 A 3 0 36 C8 5 2C
Octal 151 161 165 12 3 0 66 310 5 54
Binary 1101001 1110001 1110101 1010 11 0 110110 11001000 101 101100

Color Harmonies of #697175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697175

Black with #697175

Text Example


Text Example

White with #697175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697175; }

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

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

background-color css

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

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

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

border-color css

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

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

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