Shades of Pale Sky #6B7174
Tints of Pale Sky #6B7174
RGB
CMYK
RGB Variations
Color information
#6B7174 (or 0x6B7174) is known color: Pale Sky. HEX triplet: 6B, 71 and 74. RGB value is (107,113,116). Sum of RGB (Red+Green+Blue) = 107+113+116=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7174 is #948E8B. Grayscale: #6F6F6F. Windows color (decimal): -9735820 or 7631211. OLE color: 7631211.
HSL color Cylindrical-coordinate representation of color #6B7174: hue angle of 200º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B7174 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 113 | 116 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.55 |
| HSL | 200º | 0.04% | 0.44% | - |
| HSV(B) | 200º | 0.08% | 0.45% | - |
| XYZ | 15.12 | 16.2 | 18.85 | - |
| YUV | 111.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 116 | 0.08 | 0.03 | 0 | 0.55 | 200 | 0.04 | 0.44 |
| Hex | 6B | 71 | 74 | 8 | 3 | 0 | 37 | C8 | 4 | 2C |
| Octal | 153 | 161 | 164 | 10 | 3 | 0 | 67 | 310 | 4 | 54 |
| Binary | 1101011 | 1110001 | 1110100 | 1000 | 11 | 0 | 110111 | 11001000 | 100 | 101100 |
Color Harmonies of #6B7174
Complementary color
Monochromatic Colors of #6B7174
Black with #6B7174
Text Example
Text Example
White with #6B7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7174; }
p { color: rgb(107,113,116); }
H1.HeaderClassName
{
color: #6B7174;
}
.AnyTagClassName
{
color: #6B7174;
}
</style>
background-color css
<style>
a { background-color: #6B7174; }
a { background-color: rgb(107,113,116); }
div.DivClassName
{
background-color: #6B7174;
}
.BgClassName
{
background-color: #6B7174;
}
</style>
border-color css
<style>
span { border-color: #6B7174; }
span { border-color: rgb(107,113,116); }
td.TdClassName
{
border-color: #6B7174;
}
.TagClassName
{
border-color: #6B7174;
}
</style>