Shades of Picton Blue #6B98CB
Tints of Picton Blue #6B98CB
RGB
CMYK
RGB Variations
Color information
#6B98CB (or 0x6B98CB) is known color: Picton Blue. HEX triplet: 6B, 98 and CB. RGB value is (107,152,203). Sum of RGB (Red+Green+Blue) = 107+152+203=462 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.16% from 462); Green value is 152 (59.77% from 255 or 32.90% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B98CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B98CB is #946734. Grayscale: #909090. Windows color (decimal): -9725749 or 13342827. OLE color: 13342827.
HSL color Cylindrical-coordinate representation of color #6B98CB: hue angle of 211.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B98CB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 152 | 203 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.20 |
| HSL | 211.88º | 0.48% | 0.61% | - |
| HSV(B) | 211.88º | 0.47% | 0.8% | - |
| XYZ | 28.07 | 29.89 | 60.79 | - |
| YUV | 144.36 | 161.09 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 203 | 0.47 | 0.25 | 0 | 0.20 | 211.88 | 0.48 | 0.61 |
| Hex | 6B | 98 | CB | 2F | 19 | 0 | 14 | D4 | 30 | 3D |
| Octal | 153 | 230 | 313 | 57 | 31 | 0 | 24 | 324 | 60 | 75 |
| Binary | 1101011 | 10011000 | 11001011 | 101111 | 11001 | 0 | 10100 | 11010100 | 110000 | 111101 |
Color Harmonies of #6B98CB
Complementary color
Monochromatic Colors of #6B98CB
Black with #6B98CB
Text Example
Text Example
White with #6B98CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B98CB; }
p { color: rgb(107,152,203); }
H1.HeaderClassName
{
color: #6B98CB;
}
.AnyTagClassName
{
color: #6B98CB;
}
</style>
background-color css
<style>
a { background-color: #6B98CB; }
a { background-color: rgb(107,152,203); }
div.DivClassName
{
background-color: #6B98CB;
}
.BgClassName
{
background-color: #6B98CB;
}
</style>
border-color css
<style>
span { border-color: #6B98CB; }
span { border-color: rgb(107,152,203); }
td.TdClassName
{
border-color: #6B98CB;
}
.TagClassName
{
border-color: #6B98CB;
}
</style>