Html Css Color HEX #6F7576 Pale Sky

📋 copy color: '#6F7576'

red 111 ◦ green 117 ◦ blue 118

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

Shades of Pale Sky #6F7576

Tints of Pale Sky #6F7576

RGB

 RED value IS 111 (43.75% from 255) = 32.08%

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 118 (46.48% from 255) = 34.1%

R = 32.08%
G = 33.82%
B = 34.1%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F7576 (or 0x6F7576) is known color: Pale Sky. HEX triplet: 6F, 75 and 76. RGB value is (111,117,118). Sum of RGB (Red+Green+Blue) = 111+117+118=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7576 is #908A89. Grayscale: #737373. Windows color (decimal): -9472650 or 7763311. OLE color: 7763311.

HSL color Cylindrical-coordinate representation of color #6F7576: hue angle of 188.57º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F7576 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 117 118 -
CMYK 0.06 0.01 0 0.54
HSL 188.57º 0.03% 0.45% -
HSV(B) 188.57º 0.06% 0.46% -
XYZ 16.19 17.41 19.65 -
YUV 115.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 111 117 118 0.06 0.01 0 0.54 188.57 0.03 0.45
Hex 6F 75 76 6 1 0 36 BD 3 2D
Octal 157 165 166 6 1 0 66 275 3 55
Binary 1101111 1110101 1110110 110 1 0 110110 10111101 11 101101

Color Harmonies of #6F7576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7576

Black with #6F7576

Text Example


Text Example

White with #6F7576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F7576; }

 p { color: rgb(111,117,118); }

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

background-color css

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

 a { background-color: rgb(111,117,118); }

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

border-color css

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

 span { border-color: rgb(111,117,118); }

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