Shades of Picton Blue #6998CB
Tints of Picton Blue #6998CB
RGB
CMYK
RGB Variations
Color information
#6998CB (or 0x6998CB) is known color: Picton Blue. HEX triplet: 69, 98 and CB. RGB value is (105,152,203). Sum of RGB (Red+Green+Blue) = 105+152+203=460 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.83% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #6998CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998CB is #966734. Grayscale: #8F8F8F. Windows color (decimal): -9856821 or 13342825. OLE color: 13342825.
HSL color Cylindrical-coordinate representation of color #6998CB: hue angle of 211.22º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6998CB is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 152 | 203 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.20 |
| HSL | 211.22º | 0.49% | 0.6% | - |
| HSV(B) | 211.22º | 0.48% | 0.8% | - |
| XYZ | 27.83 | 29.77 | 60.78 | - |
| YUV | 143.76 | 161.43 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 203 | 0.48 | 0.25 | 0 | 0.20 | 211.22 | 0.49 | 0.6 |
| Hex | 69 | 98 | CB | 30 | 19 | 0 | 14 | D3 | 31 | 3C |
| Octal | 151 | 230 | 313 | 60 | 31 | 0 | 24 | 323 | 61 | 74 |
| Binary | 1101001 | 10011000 | 11001011 | 110000 | 11001 | 0 | 10100 | 11010011 | 110001 | 111100 |
Color Harmonies of #6998CB
Complementary color
Monochromatic Colors of #6998CB
Black with #6998CB
Text Example
Text Example
White with #6998CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6998CB; }
p { color: rgb(105,152,203); }
H1.HeaderClassName
{
color: #6998CB;
}
.AnyTagClassName
{
color: #6998CB;
}
</style>
background-color css
<style>
a { background-color: #6998CB; }
a { background-color: rgb(105,152,203); }
div.DivClassName
{
background-color: #6998CB;
}
.BgClassName
{
background-color: #6998CB;
}
</style>
border-color css
<style>
span { border-color: #6998CB; }
span { border-color: rgb(105,152,203); }
td.TdClassName
{
border-color: #6998CB;
}
.TagClassName
{
border-color: #6998CB;
}
</style>