Html Css Color HEX #6D7273 Pale Sky

📋 copy color: '#6D7273'

red 109 ◦ green 114 ◦ blue 115

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

Shades of Pale Sky #6D7273

Tints of Pale Sky #6D7273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 32.25%
G = 33.73%
B = 34.02%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D7273 (or 0x6D7273) is known color: Pale Sky. HEX triplet: 6D, 72 and 73. RGB value is (109,114,115). Sum of RGB (Red+Green+Blue) = 109+114+115=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #6D7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7273 is #928D8C. Grayscale: #707070. Windows color (decimal): -9604493 or 7565933. OLE color: 7565933.

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

Color convert

RGB 109 114 115 -
CMYK 0.05 0.01 0 0.55
HSL 190º 0.03% 0.44% -
HSV(B) 190º 0.05% 0.45% -
XYZ 15.42 16.52 18.6 -
YUV 112.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 109 114 115 0.05 0.01 0 0.55 190 0.03 0.44
Hex 6D 72 73 5 1 0 37 BE 3 2C
Octal 155 162 163 5 1 0 67 276 3 54
Binary 1101101 1110010 1110011 101 1 0 110111 10111110 11 101100

Color Harmonies of #6D7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7273

Black with #6D7273

Text Example


Text Example

White with #6D7273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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