Shades of Picton Blue #6F99CA
Tints of Picton Blue #6F99CA
RGB
CMYK
RGB Variations
Color information
#6F99CA (or 0x6F99CA) is known color: Picton Blue. HEX triplet: 6F, 99 and CA. RGB value is (111,153,202). Sum of RGB (Red+Green+Blue) = 111+153+202=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F99CA is #906635. Grayscale: #919191. Windows color (decimal): -9463350 or 13277551. OLE color: 13277551.
HSL color Cylindrical-coordinate representation of color #6F99CA: hue angle of 212.31º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F99CA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 153 | 202 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.21 |
| HSL | 212.31º | 0.46% | 0.61% | - |
| HSV(B) | 212.31º | 0.45% | 0.79% | - |
| XYZ | 28.61 | 30.43 | 60.24 | - |
| YUV | 146.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 202 | 0.45 | 0.24 | 0 | 0.21 | 212.31 | 0.46 | 0.61 |
| Hex | 6F | 99 | CA | 2D | 18 | 0 | 15 | D4 | 2E | 3D |
| Octal | 157 | 231 | 312 | 55 | 30 | 0 | 25 | 324 | 56 | 75 |
| Binary | 1101111 | 10011001 | 11001010 | 101101 | 11000 | 0 | 10101 | 11010100 | 101110 | 111101 |
Color Harmonies of #6F99CA
Complementary color
Monochromatic Colors of #6F99CA
Black with #6F99CA
Text Example
Text Example
White with #6F99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F99CA; }
p { color: rgb(111,153,202); }
H1.HeaderClassName
{
color: #6F99CA;
}
.AnyTagClassName
{
color: #6F99CA;
}
</style>
background-color css
<style>
a { background-color: #6F99CA; }
a { background-color: rgb(111,153,202); }
div.DivClassName
{
background-color: #6F99CA;
}
.BgClassName
{
background-color: #6F99CA;
}
</style>
border-color css
<style>
span { border-color: #6F99CA; }
span { border-color: rgb(111,153,202); }
td.TdClassName
{
border-color: #6F99CA;
}
.TagClassName
{
border-color: #6F99CA;
}
</style>