Shades of Picton Blue #6692D4
Tints of Picton Blue #6692D4
RGB
CMYK
RGB Variations
Color information
#6692D4 (or 0x6692D4) is known color: Picton Blue. HEX triplet: 66, 92 and D4. RGB value is (102,146,212). Sum of RGB (Red+Green+Blue) = 102+146+212=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #6692D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6692D4 is #996D2B. Grayscale: #8C8C8C. Windows color (decimal): -10054956 or 13931110. OLE color: 13931110.
HSL color Cylindrical-coordinate representation of color #6692D4: hue angle of 216º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6692D4 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 146 | 212 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.17 |
| HSL | 216º | 0.56% | 0.62% | - |
| HSV(B) | 216º | 0.52% | 0.83% | - |
| XYZ | 27.64 | 28.14 | 66.26 | - |
| YUV | 140.37 | 168.42 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 212 | 0.52 | 0.31 | 0 | 0.17 | 216 | 0.56 | 0.62 |
| Hex | 66 | 92 | D4 | 34 | 1F | 0 | 11 | D8 | 38 | 3E |
| Octal | 146 | 222 | 324 | 64 | 37 | 0 | 21 | 330 | 70 | 76 |
| Binary | 1100110 | 10010010 | 11010100 | 110100 | 11111 | 0 | 10001 | 11011000 | 111000 | 111110 |
Color Harmonies of #6692D4
Complementary color
Monochromatic Colors of #6692D4
Black with #6692D4
Text Example
Text Example
White with #6692D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6692D4; }
p { color: rgb(102,146,212); }
H1.HeaderClassName
{
color: #6692D4;
}
.AnyTagClassName
{
color: #6692D4;
}
</style>
background-color css
<style>
a { background-color: #6692D4; }
a { background-color: rgb(102,146,212); }
div.DivClassName
{
background-color: #6692D4;
}
.BgClassName
{
background-color: #6692D4;
}
</style>
border-color css
<style>
span { border-color: #6692D4; }
span { border-color: rgb(102,146,212); }
td.TdClassName
{
border-color: #6692D4;
}
.TagClassName
{
border-color: #6692D4;
}
</style>