Html Css Color HEX #6C7273 Pale Sky

📋 copy color: '#6C7273'

red 108 ◦ green 114 ◦ blue 115

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

Shades of Pale Sky #6C7273

Tints of Pale Sky #6C7273

RGB

 RED value IS 108 (42.58% from 255) = 32.05%

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

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

R = 32.05%
G = 33.83%
B = 34.12%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C7273 (or 0x6C7273) is known color: Pale Sky. HEX triplet: 6C, 72 and 73. RGB value is (108,114,115). Sum of RGB (Red+Green+Blue) = 108+114+115=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C7273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7273 is #938D8C. Grayscale: #707070. Windows color (decimal): -9670029 or 7565932. OLE color: 7565932.

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

Color convert

RGB 108 114 115 -
CMYK 0.06 0.01 0 0.55
HSL 188.57º 0.03% 0.44% -
HSV(B) 188.57º 0.06% 0.45% -
XYZ 15.3 16.46 18.59 -
YUV 112.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 108 114 115 0.06 0.01 0 0.55 188.57 0.03 0.44
Hex 6C 72 73 6 1 0 37 BD 3 2C
Octal 154 162 163 6 1 0 67 275 3 54
Binary 1101100 1110010 1110011 110 1 0 110111 10111101 11 101100

Color Harmonies of #6C7273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7273

Black with #6C7273

Text Example


Text Example

White with #6C7273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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