Shades of Picton Blue #6C99CB
Tints of Picton Blue #6C99CB
RGB
CMYK
RGB Variations
Color information
#6C99CB (or 0x6C99CB) is known color: Picton Blue. HEX triplet: 6C, 99 and CB. RGB value is (108,153,203). Sum of RGB (Red+Green+Blue) = 108+153+203=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C99CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99CB is #936634. Grayscale: #919191. Windows color (decimal): -9659957 or 13343084. OLE color: 13343084.
HSL color Cylindrical-coordinate representation of color #6C99CB: hue angle of 211.58º 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 #6C99CB is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 153 | 203 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.20 |
| HSL | 211.58º | 0.48% | 0.61% | - |
| HSV(B) | 211.58º | 0.47% | 0.8% | - |
| XYZ | 28.36 | 30.28 | 60.85 | - |
| YUV | 145.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 153 | 203 | 0.47 | 0.25 | 0 | 0.20 | 211.58 | 0.48 | 0.61 |
| Hex | 6C | 99 | CB | 2F | 19 | 0 | 14 | D4 | 30 | 3D |
| Octal | 154 | 231 | 313 | 57 | 31 | 0 | 24 | 324 | 60 | 75 |
| Binary | 1101100 | 10011001 | 11001011 | 101111 | 11001 | 0 | 10100 | 11010100 | 110000 | 111101 |
Color Harmonies of #6C99CB
Complementary color
Monochromatic Colors of #6C99CB
Black with #6C99CB
Text Example
Text Example
White with #6C99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C99CB; }
p { color: rgb(108,153,203); }
H1.HeaderClassName
{
color: #6C99CB;
}
.AnyTagClassName
{
color: #6C99CB;
}
</style>
background-color css
<style>
a { background-color: #6C99CB; }
a { background-color: rgb(108,153,203); }
div.DivClassName
{
background-color: #6C99CB;
}
.BgClassName
{
background-color: #6C99CB;
}
</style>
border-color css
<style>
span { border-color: #6C99CB; }
span { border-color: rgb(108,153,203); }
td.TdClassName
{
border-color: #6C99CB;
}
.TagClassName
{
border-color: #6C99CB;
}
</style>