Html Css Color HEX #697274 Pale Sky

📋 copy color: '#697274'

red 105 ◦ green 114 ◦ blue 116

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

Shades of Pale Sky #697274

Tints of Pale Sky #697274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 31.34%
G = 34.03%
B = 34.63%

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

#697274 (or 0x697274) is known color: Pale Sky. HEX triplet: 69, 72 and 74. RGB value is (105,114,116). Sum of RGB (Red+Green+Blue) = 105+114+116=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: blue. Hex color #697274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697274 is #968D8B. Grayscale: #6F6F6F. Windows color (decimal): -9866636 or 7631465. OLE color: 7631465.

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

Color convert

RGB 105 114 116 -
CMYK 0.09 0.02 0 0.55
HSL 190.91º 0.05% 0.43% -
HSV(B) 190.91º 0.09% 0.45% -
XYZ 15 16.3 18.88 -
YUV 111.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 105 114 116 0.09 0.02 0 0.55 190.91 0.05 0.43
Hex 69 72 74 9 2 0 37 BF 5 2B
Octal 151 162 164 11 2 0 67 277 5 53
Binary 1101001 1110010 1110100 1001 10 0 110111 10111111 101 101011

Color Harmonies of #697274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697274

Black with #697274

Text Example


Text Example

White with #697274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697274; }

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

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

background-color css

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

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

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

border-color css

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

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

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