Html Css Color HEX #6D7376 Pale Sky

📋 copy color: '#6D7376'

red 109 ◦ green 115 ◦ blue 118

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

Shades of Pale Sky #6D7376

Tints of Pale Sky #6D7376

RGB

 RED value IS 109 (42.97% from 255) = 31.87%

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

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

R = 31.87%
G = 33.63%
B = 34.5%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D7376 (or 0x6D7376) is known color: Pale Sky. HEX triplet: 6D, 73 and 76. RGB value is (109,115,118). Sum of RGB (Red+Green+Blue) = 109+115+118=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D7376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7376 is #928C89. Grayscale: #717171. Windows color (decimal): -9604234 or 7762797. OLE color: 7762797.

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

Color convert

RGB 109 115 118 -
CMYK 0.08 0.03 0 0.54
HSL 200º 0.04% 0.45% -
HSV(B) 200º 0.08% 0.46% -
XYZ 15.71 16.82 19.56 -
YUV 113.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 109 115 118 0.08 0.03 0 0.54 200 0.04 0.45
Hex 6D 73 76 8 3 0 36 C8 4 2D
Octal 155 163 166 10 3 0 66 310 4 55
Binary 1101101 1110011 1110110 1000 11 0 110110 11001000 100 101101

Color Harmonies of #6D7376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7376

Black with #6D7376

Text Example


Text Example

White with #6D7376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,115,118); }

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

background-color css

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

 a { background-color: rgb(109,115,118); }

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

border-color css

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

 span { border-color: rgb(109,115,118); }

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