Shades of Pale Sky #6B6F70
Tints of Pale Sky #6B6F70
RGB
CMYK
RGB Variations
Color information
#6B6F70 (or 0x6B6F70) is known color: Pale Sky. HEX triplet: 6B, 6F and 70. RGB value is (107,111,112). Sum of RGB (Red+Green+Blue) = 107+111+112=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6F70 is #94908F. Grayscale: #6D6D6D. Windows color (decimal): -9736336 or 7368555. OLE color: 7368555.
HSL color Cylindrical-coordinate representation of color #6B6F70: hue angle of 192º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6B6F70 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 107 | 111 | 112 | - |
CMYK | 0.04 | 0.01 | 0 | 0.56 |
HSL | 192º | 0.02% | 0.43% | - |
HSV(B) | 192º | 0.04% | 0.44% | - |
XYZ | 14.67 | 15.66 | 17.58 | - |
YUV | 109.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 111 | 112 | 0.04 | 0.01 | 0 | 0.56 | 192 | 0.02 | 0.43 |
Hex | 6B | 6F | 70 | 4 | 1 | 0 | 38 | C0 | 2 | 2B |
Octal | 153 | 157 | 160 | 4 | 1 | 0 | 70 | 300 | 2 | 53 |
Binary | 1101011 | 1101111 | 1110000 | 100 | 1 | 0 | 111000 | 11000000 | 10 | 101011 |
Color Harmonies of #6B6F70
Complementary color
Monochromatic Colors of #6B6F70
Black with #6B6F70
Text Example
Text Example
White with #6B6F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F70; }
p { color: rgb(107,111,112); }
H1.HeaderClassName
{
color: #6B6F70;
}
.AnyTagClassName
{
color: #6B6F70;
}
</style>
background-color css
<style>
a { background-color: #6B6F70; }
a { background-color: rgb(107,111,112); }
div.DivClassName
{
background-color: #6B6F70;
}
.BgClassName
{
background-color: #6B6F70;
}
</style>
border-color css
<style>
span { border-color: #6B6F70; }
span { border-color: rgb(107,111,112); }
td.TdClassName
{
border-color: #6B6F70;
}
.TagClassName
{
border-color: #6B6F70;
}
</style>