Shades of Picton Blue #6BA8D2
Tints of Picton Blue #6BA8D2
RGB
CMYK
RGB Variations
Color information
#6BA8D2 (or 0x6BA8D2) is known color: Picton Blue. HEX triplet: 6B, A8 and D2. RGB value is (107,168,210). Sum of RGB (Red+Green+Blue) = 107+168+210=485 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.06% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #6BA8D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8D2 is #94572D. Grayscale: #9A9A9A. Windows color (decimal): -9721646 or 13805675. OLE color: 13805675.
HSL color Cylindrical-coordinate representation of color #6BA8D2: hue angle of 204.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6BA8D2 is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 168 | 210 | - |
| CMYK | 0.49 | 0.2 | 0 | 0.18 |
| HSL | 204.47º | 0.53% | 0.62% | - |
| HSV(B) | 204.47º | 0.49% | 0.82% | - |
| XYZ | 31.7 | 35.78 | 66.21 | - |
| YUV | 154.55 | 159.29 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 168 | 210 | 0.49 | 0.2 | 0 | 0.18 | 204.47 | 0.53 | 0.62 |
| Hex | 6B | A8 | D2 | 31 | 14 | 0 | 12 | CC | 35 | 3E |
| Octal | 153 | 250 | 322 | 61 | 24 | 0 | 22 | 314 | 65 | 76 |
| Binary | 1101011 | 10101000 | 11010010 | 110001 | 10100 | 0 | 10010 | 11001100 | 110101 | 111110 |
Color Harmonies of #6BA8D2
Complementary color
Monochromatic Colors of #6BA8D2
Black with #6BA8D2
Text Example
Text Example
White with #6BA8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA8D2; }
p { color: rgb(107,168,210); }
H1.HeaderClassName
{
color: #6BA8D2;
}
.AnyTagClassName
{
color: #6BA8D2;
}
</style>
background-color css
<style>
a { background-color: #6BA8D2; }
a { background-color: rgb(107,168,210); }
div.DivClassName
{
background-color: #6BA8D2;
}
.BgClassName
{
background-color: #6BA8D2;
}
</style>
border-color css
<style>
span { border-color: #6BA8D2; }
span { border-color: rgb(107,168,210); }
td.TdClassName
{
border-color: #6BA8D2;
}
.TagClassName
{
border-color: #6BA8D2;
}
</style>