Shades of Picton Blue #6698CE
Tints of Picton Blue #6698CE
RGB
CMYK
RGB Variations
Color information
#6698CE (or 0x6698CE) is known color: Picton Blue. HEX triplet: 66, 98 and CE. RGB value is (102,152,206). Sum of RGB (Red+Green+Blue) = 102+152+206=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #6698CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CE is #996731. Grayscale: #8E8E8E. Windows color (decimal): -10053426 or 13539430. OLE color: 13539430.
HSL color Cylindrical-coordinate representation of color #6698CE: hue angle of 211.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6698CE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 152 | 206 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.19 |
| HSL | 211.15º | 0.51% | 0.6% | - |
| HSV(B) | 211.15º | 0.5% | 0.81% | - |
| XYZ | 27.85 | 29.74 | 62.66 | - |
| YUV | 143.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 206 | 0.50 | 0.26 | 0 | 0.19 | 211.15 | 0.51 | 0.6 |
| Hex | 66 | 98 | CE | 32 | 1A | 0 | 13 | D3 | 33 | 3C |
| Octal | 146 | 230 | 316 | 62 | 32 | 0 | 23 | 323 | 63 | 74 |
| Binary | 1100110 | 10011000 | 11001110 | 110010 | 11010 | 0 | 10011 | 11010011 | 110011 | 111100 |
Color Harmonies of #6698CE
Complementary color
Monochromatic Colors of #6698CE
Black with #6698CE
Text Example
Text Example
White with #6698CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698CE; }
p { color: rgb(102,152,206); }
H1.HeaderClassName
{
color: #6698CE;
}
.AnyTagClassName
{
color: #6698CE;
}
</style>
background-color css
<style>
a { background-color: #6698CE; }
a { background-color: rgb(102,152,206); }
div.DivClassName
{
background-color: #6698CE;
}
.BgClassName
{
background-color: #6698CE;
}
</style>
border-color css
<style>
span { border-color: #6698CE; }
span { border-color: rgb(102,152,206); }
td.TdClassName
{
border-color: #6698CE;
}
.TagClassName
{
border-color: #6698CE;
}
</style>