Shades of Picton Blue #6A98CF
Tints of Picton Blue #6A98CF
RGB
CMYK
RGB Variations
Color information
#6A98CF (or 0x6A98CF) is known color: Picton Blue. HEX triplet: 6A, 98 and CF. RGB value is (106,152,207). Sum of RGB (Red+Green+Blue) = 106+152+207=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A98CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A98CF is #956730. Grayscale: #909090. Windows color (decimal): -9791281 or 13604970. OLE color: 13604970.
HSL color Cylindrical-coordinate representation of color #6A98CF: hue angle of 212.67º degrees, saturation: 0.51, 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 #6A98CF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 152 | 207 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.19 |
| HSL | 212.67º | 0.51% | 0.61% | - |
| HSV(B) | 212.67º | 0.49% | 0.81% | - |
| XYZ | 28.43 | 30.03 | 63.33 | - |
| YUV | 144.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 207 | 0.49 | 0.27 | 0 | 0.19 | 212.67 | 0.51 | 0.61 |
| Hex | 6A | 98 | CF | 31 | 1B | 0 | 13 | D5 | 33 | 3D |
| Octal | 152 | 230 | 317 | 61 | 33 | 0 | 23 | 325 | 63 | 75 |
| Binary | 1101010 | 10011000 | 11001111 | 110001 | 11011 | 0 | 10011 | 11010101 | 110011 | 111101 |
Color Harmonies of #6A98CF
Complementary color
Monochromatic Colors of #6A98CF
Black with #6A98CF
Text Example
Text Example
White with #6A98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A98CF; }
p { color: rgb(106,152,207); }
H1.HeaderClassName
{
color: #6A98CF;
}
.AnyTagClassName
{
color: #6A98CF;
}
</style>
background-color css
<style>
a { background-color: #6A98CF; }
a { background-color: rgb(106,152,207); }
div.DivClassName
{
background-color: #6A98CF;
}
.BgClassName
{
background-color: #6A98CF;
}
</style>
border-color css
<style>
span { border-color: #6A98CF; }
span { border-color: rgb(106,152,207); }
td.TdClassName
{
border-color: #6A98CF;
}
.TagClassName
{
border-color: #6A98CF;
}
</style>