Shades of Picton Blue #6694D4
Tints of Picton Blue #6694D4
RGB
CMYK
RGB Variations
Color information
#6694D4 (or 0x6694D4) is known color: Picton Blue. HEX triplet: 66, 94 and D4. RGB value is (102,148,212). Sum of RGB (Red+Green+Blue) = 102+148+212=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #6694D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694D4 is #996B2B. Grayscale: #8D8D8D. Windows color (decimal): -10054444 or 13931622. OLE color: 13931622.
HSL color Cylindrical-coordinate representation of color #6694D4: hue angle of 214.91º 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 #6694D4 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 148 | 212 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.17 |
| HSL | 214.91º | 0.56% | 0.62% | - |
| HSV(B) | 214.91º | 0.52% | 0.83% | - |
| XYZ | 27.95 | 28.76 | 66.36 | - |
| YUV | 141.54 | 167.76 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 148 | 212 | 0.52 | 0.30 | 0 | 0.17 | 214.91 | 0.56 | 0.62 |
| Hex | 66 | 94 | D4 | 34 | 1E | 0 | 11 | D7 | 38 | 3E |
| Octal | 146 | 224 | 324 | 64 | 36 | 0 | 21 | 327 | 70 | 76 |
| Binary | 1100110 | 10010100 | 11010100 | 110100 | 11110 | 0 | 10001 | 11010111 | 111000 | 111110 |
Color Harmonies of #6694D4
Complementary color
Monochromatic Colors of #6694D4
Black with #6694D4
Text Example
Text Example
White with #6694D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6694D4; }
p { color: rgb(102,148,212); }
H1.HeaderClassName
{
color: #6694D4;
}
.AnyTagClassName
{
color: #6694D4;
}
</style>
background-color css
<style>
a { background-color: #6694D4; }
a { background-color: rgb(102,148,212); }
div.DivClassName
{
background-color: #6694D4;
}
.BgClassName
{
background-color: #6694D4;
}
</style>
border-color css
<style>
span { border-color: #6694D4; }
span { border-color: rgb(102,148,212); }
td.TdClassName
{
border-color: #6694D4;
}
.TagClassName
{
border-color: #6694D4;
}
</style>