Shades of Picton Blue #6697CE
Tints of Picton Blue #6697CE
RGB
CMYK
RGB Variations
Color information
#6697CE (or 0x6697CE) is known color: Picton Blue. HEX triplet: 66, 97 and CE. RGB value is (102,151,206). Sum of RGB (Red+Green+Blue) = 102+151+206=459 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.22% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #6697CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697CE is #996831. Grayscale: #8E8E8E. Windows color (decimal): -10053682 or 13539174. OLE color: 13539174.
HSL color Cylindrical-coordinate representation of color #6697CE: hue angle of 211.73º 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 #6697CE is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 151 | 206 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.19 |
| HSL | 211.73º | 0.51% | 0.6% | - |
| HSV(B) | 211.73º | 0.5% | 0.81% | - |
| XYZ | 27.69 | 29.41 | 62.61 | - |
| YUV | 142.62 | 163.77 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 151 | 206 | 0.50 | 0.27 | 0 | 0.19 | 211.73 | 0.51 | 0.6 |
| Hex | 66 | 97 | CE | 32 | 1B | 0 | 13 | D4 | 33 | 3C |
| Octal | 146 | 227 | 316 | 62 | 33 | 0 | 23 | 324 | 63 | 74 |
| Binary | 1100110 | 10010111 | 11001110 | 110010 | 11011 | 0 | 10011 | 11010100 | 110011 | 111100 |
Color Harmonies of #6697CE
Complementary color
Monochromatic Colors of #6697CE
Black with #6697CE
Text Example
Text Example
White with #6697CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6697CE; }
p { color: rgb(102,151,206); }
H1.HeaderClassName
{
color: #6697CE;
}
.AnyTagClassName
{
color: #6697CE;
}
</style>
background-color css
<style>
a { background-color: #6697CE; }
a { background-color: rgb(102,151,206); }
div.DivClassName
{
background-color: #6697CE;
}
.BgClassName
{
background-color: #6697CE;
}
</style>
border-color css
<style>
span { border-color: #6697CE; }
span { border-color: rgb(102,151,206); }
td.TdClassName
{
border-color: #6697CE;
}
.TagClassName
{
border-color: #6697CE;
}
</style>