Shades of Picton Blue #6695CF
Tints of Picton Blue #6695CF
RGB
CMYK
RGB Variations
Color information
#6695CF (or 0x6695CF) is known color: Picton Blue. HEX triplet: 66, 95 and CF. RGB value is (102,149,207). Sum of RGB (Red+Green+Blue) = 102+149+207=458 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.27% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #6695CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695CF is #996A30. Grayscale: #8D8D8D. Windows color (decimal): -10054193 or 13604198. OLE color: 13604198.
HSL color Cylindrical-coordinate representation of color #6695CF: hue angle of 213.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6695CF is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 149 | 207 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.19 |
| HSL | 213.14º | 0.52% | 0.61% | - |
| HSV(B) | 213.14º | 0.51% | 0.81% | - |
| XYZ | 27.49 | 28.82 | 63.15 | - |
| YUV | 141.56 | 164.93 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 149 | 207 | 0.51 | 0.28 | 0 | 0.19 | 213.14 | 0.52 | 0.61 |
| Hex | 66 | 95 | CF | 33 | 1C | 0 | 13 | D5 | 34 | 3D |
| Octal | 146 | 225 | 317 | 63 | 34 | 0 | 23 | 325 | 64 | 75 |
| Binary | 1100110 | 10010101 | 11001111 | 110011 | 11100 | 0 | 10011 | 11010101 | 110100 | 111101 |
Color Harmonies of #6695CF
Complementary color
Monochromatic Colors of #6695CF
Black with #6695CF
Text Example
Text Example
White with #6695CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6695CF; }
p { color: rgb(102,149,207); }
H1.HeaderClassName
{
color: #6695CF;
}
.AnyTagClassName
{
color: #6695CF;
}
</style>
background-color css
<style>
a { background-color: #6695CF; }
a { background-color: rgb(102,149,207); }
div.DivClassName
{
background-color: #6695CF;
}
.BgClassName
{
background-color: #6695CF;
}
</style>
border-color css
<style>
span { border-color: #6695CF; }
span { border-color: rgb(102,149,207); }
td.TdClassName
{
border-color: #6695CF;
}
.TagClassName
{
border-color: #6695CF;
}
</style>