Shades of Neptune #6B9DAA
Tints of Neptune #6B9DAA
RGB
CMYK
RGB Variations
Color information
#6B9DAA (or 0x6B9DAA) is known color: Neptune. HEX triplet: 6B, 9D and AA. RGB value is (107,157,170). Sum of RGB (Red+Green+Blue) = 107+157+170=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #6B9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9DAA is #946255. Grayscale: #8F8F8F. Windows color (decimal): -9724502 or 11181419. OLE color: 11181419.
HSL color Cylindrical-coordinate representation of color #6B9DAA: hue angle of 192.38º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B9DAA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 157 | 170 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.33 |
| HSL | 192.38º | 0.27% | 0.54% | - |
| HSV(B) | 192.38º | 0.37% | 0.67% | - |
| XYZ | 25.38 | 30.14 | 42.51 | - |
| YUV | 143.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 170 | 0.37 | 0.08 | 0 | 0.33 | 192.38 | 0.27 | 0.54 |
| Hex | 6B | 9D | AA | 25 | 8 | 0 | 21 | C0 | 1B | 36 |
| Octal | 153 | 235 | 252 | 45 | 10 | 0 | 41 | 300 | 33 | 66 |
| Binary | 1101011 | 10011101 | 10101010 | 100101 | 1000 | 0 | 100001 | 11000000 | 11011 | 110110 |
Color Harmonies of #6B9DAA
Complementary color
Monochromatic Colors of #6B9DAA
Black with #6B9DAA
Text Example
Text Example
White with #6B9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DAA; }
p { color: rgb(107,157,170); }
H1.HeaderClassName
{
color: #6B9DAA;
}
.AnyTagClassName
{
color: #6B9DAA;
}
</style>
background-color css
<style>
a { background-color: #6B9DAA; }
a { background-color: rgb(107,157,170); }
div.DivClassName
{
background-color: #6B9DAA;
}
.BgClassName
{
background-color: #6B9DAA;
}
</style>
border-color css
<style>
span { border-color: #6B9DAA; }
span { border-color: rgb(107,157,170); }
td.TdClassName
{
border-color: #6B9DAA;
}
.TagClassName
{
border-color: #6B9DAA;
}
</style>