Shades of Picton Blue #6B9ACE
Tints of Picton Blue #6B9ACE
RGB
CMYK
RGB Variations
Color information
#6B9ACE (or 0x6B9ACE) is known color: Picton Blue. HEX triplet: 6B, 9A and CE. RGB value is (107,154,206). Sum of RGB (Red+Green+Blue) = 107+154+206=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B9ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ACE is #946531. Grayscale: #919191. Windows color (decimal): -9725234 or 13539947. OLE color: 13539947.
HSL color Cylindrical-coordinate representation of color #6B9ACE: hue angle of 211.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B9ACE is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 154 | 206 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.19 |
| HSL | 211.52º | 0.5% | 0.61% | - |
| HSV(B) | 211.52º | 0.48% | 0.81% | - |
| XYZ | 28.76 | 30.69 | 62.8 | - |
| YUV | 145.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 206 | 0.48 | 0.25 | 0 | 0.19 | 211.52 | 0.5 | 0.61 |
| Hex | 6B | 9A | CE | 30 | 19 | 0 | 13 | D4 | 32 | 3D |
| Octal | 153 | 232 | 316 | 60 | 31 | 0 | 23 | 324 | 62 | 75 |
| Binary | 1101011 | 10011010 | 11001110 | 110000 | 11001 | 0 | 10011 | 11010100 | 110010 | 111101 |
Color Harmonies of #6B9ACE
Complementary color
Monochromatic Colors of #6B9ACE
Black with #6B9ACE
Text Example
Text Example
White with #6B9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ACE; }
p { color: rgb(107,154,206); }
H1.HeaderClassName
{
color: #6B9ACE;
}
.AnyTagClassName
{
color: #6B9ACE;
}
</style>
background-color css
<style>
a { background-color: #6B9ACE; }
a { background-color: rgb(107,154,206); }
div.DivClassName
{
background-color: #6B9ACE;
}
.BgClassName
{
background-color: #6B9ACE;
}
</style>
border-color css
<style>
span { border-color: #6B9ACE; }
span { border-color: rgb(107,154,206); }
td.TdClassName
{
border-color: #6B9ACE;
}
.TagClassName
{
border-color: #6B9ACE;
}
</style>