Shades of Picton Blue #6BA2D0
Tints of Picton Blue #6BA2D0
RGB
CMYK
RGB Variations
Color information
#6BA2D0 (or 0x6BA2D0) is known color: Picton Blue. HEX triplet: 6B, A2 and D0. RGB value is (107,162,208). Sum of RGB (Red+Green+Blue) = 107+162+208=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #6BA2D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA2D0 is #945D2F. Grayscale: #969696. Windows color (decimal): -9723184 or 13673067. OLE color: 13673067.
HSL color Cylindrical-coordinate representation of color #6BA2D0: hue angle of 207.33º degrees, saturation: 0.52, 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 #6BA2D0 is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 107 | 162 | 208 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.18 |
| HSL | 207.33º | 0.52% | 0.62% | - |
| HSV(B) | 207.33º | 0.49% | 0.82% | - |
| XYZ | 30.37 | 33.52 | 64.54 | - |
| YUV | 150.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 208 | 0.49 | 0.22 | 0 | 0.18 | 207.33 | 0.52 | 0.62 |
| Hex | 6B | A2 | D0 | 31 | 16 | 0 | 12 | CF | 34 | 3E |
| Octal | 153 | 242 | 320 | 61 | 26 | 0 | 22 | 317 | 64 | 76 |
| Binary | 1101011 | 10100010 | 11010000 | 110001 | 10110 | 0 | 10010 | 11001111 | 110100 | 111110 |
Color Harmonies of #6BA2D0
Complementary color
Monochromatic Colors of #6BA2D0
Black with #6BA2D0
Text Example
Text Example
White with #6BA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA2D0; }
p { color: rgb(107,162,208); }
H1.HeaderClassName
{
color: #6BA2D0;
}
.AnyTagClassName
{
color: #6BA2D0;
}
</style>
background-color css
<style>
a { background-color: #6BA2D0; }
a { background-color: rgb(107,162,208); }
div.DivClassName
{
background-color: #6BA2D0;
}
.BgClassName
{
background-color: #6BA2D0;
}
</style>
border-color css
<style>
span { border-color: #6BA2D0; }
span { border-color: rgb(107,162,208); }
td.TdClassName
{
border-color: #6BA2D0;
}
.TagClassName
{
border-color: #6BA2D0;
}
</style>