Shades of Picton Blue #6998CF
Tints of Picton Blue #6998CF
RGB
CMYK
RGB Variations
Color information
#6998CF (or 0x6998CF) is known color: Picton Blue. HEX triplet: 69, 98 and CF. RGB value is (105,152,207). Sum of RGB (Red+Green+Blue) = 105+152+207=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #6998CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6998CF is #966730. Grayscale: #8F8F8F. Windows color (decimal): -9856817 or 13604969. OLE color: 13604969.
HSL color Cylindrical-coordinate representation of color #6998CF: hue angle of 212.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6998CF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 152 | 207 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.19 |
| HSL | 212.35º | 0.52% | 0.61% | - |
| HSV(B) | 212.35º | 0.49% | 0.81% | - |
| XYZ | 28.32 | 29.96 | 63.32 | - |
| YUV | 144.22 | 163.43 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 207 | 0.49 | 0.27 | 0 | 0.19 | 212.35 | 0.52 | 0.61 |
| Hex | 69 | 98 | CF | 31 | 1B | 0 | 13 | D4 | 34 | 3D |
| Octal | 151 | 230 | 317 | 61 | 33 | 0 | 23 | 324 | 64 | 75 |
| Binary | 1101001 | 10011000 | 11001111 | 110001 | 11011 | 0 | 10011 | 11010100 | 110100 | 111101 |
Color Harmonies of #6998CF
Complementary color
Monochromatic Colors of #6998CF
Black with #6998CF
Text Example
Text Example
White with #6998CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6998CF; }
p { color: rgb(105,152,207); }
H1.HeaderClassName
{
color: #6998CF;
}
.AnyTagClassName
{
color: #6998CF;
}
</style>
background-color css
<style>
a { background-color: #6998CF; }
a { background-color: rgb(105,152,207); }
div.DivClassName
{
background-color: #6998CF;
}
.BgClassName
{
background-color: #6998CF;
}
</style>
border-color css
<style>
span { border-color: #6998CF; }
span { border-color: rgb(105,152,207); }
td.TdClassName
{
border-color: #6998CF;
}
.TagClassName
{
border-color: #6998CF;
}
</style>