Shades of Picton Blue #6997CE
Tints of Picton Blue #6997CE
RGB
CMYK
RGB Variations
Color information
#6997CE (or 0x6997CE) is known color: Picton Blue. HEX triplet: 69, 97 and CE. RGB value is (105,151,206). Sum of RGB (Red+Green+Blue) = 105+151+206=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #6997CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6997CE is #966831. Grayscale: #8F8F8F. Windows color (decimal): -9857074 or 13539177. OLE color: 13539177.
HSL color Cylindrical-coordinate representation of color #6997CE: hue angle of 212.67º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6997CE is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 151 | 206 | - |
| CMYK | 0.49 | 0.27 | 0 | 0.19 |
| HSL | 212.67º | 0.51% | 0.61% | - |
| HSV(B) | 212.67º | 0.49% | 0.81% | - |
| XYZ | 28.03 | 29.59 | 62.63 | - |
| YUV | 143.52 | 163.26 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 151 | 206 | 0.49 | 0.27 | 0 | 0.19 | 212.67 | 0.51 | 0.61 |
| Hex | 69 | 97 | CE | 31 | 1B | 0 | 13 | D5 | 33 | 3D |
| Octal | 151 | 227 | 316 | 61 | 33 | 0 | 23 | 325 | 63 | 75 |
| Binary | 1101001 | 10010111 | 11001110 | 110001 | 11011 | 0 | 10011 | 11010101 | 110011 | 111101 |
Color Harmonies of #6997CE
Complementary color
Monochromatic Colors of #6997CE
Black with #6997CE
Text Example
Text Example
White with #6997CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6997CE; }
p { color: rgb(105,151,206); }
H1.HeaderClassName
{
color: #6997CE;
}
.AnyTagClassName
{
color: #6997CE;
}
</style>
background-color css
<style>
a { background-color: #6997CE; }
a { background-color: rgb(105,151,206); }
div.DivClassName
{
background-color: #6997CE;
}
.BgClassName
{
background-color: #6997CE;
}
</style>
border-color css
<style>
span { border-color: #6997CE; }
span { border-color: rgb(105,151,206); }
td.TdClassName
{
border-color: #6997CE;
}
.TagClassName
{
border-color: #6997CE;
}
</style>