Shades of Picton Blue #6698CA
Tints of Picton Blue #6698CA
RGB
CMYK
RGB Variations
Color information
#6698CA (or 0x6698CA) is known color: Picton Blue. HEX triplet: 66, 98 and CA. RGB value is (102,152,202). Sum of RGB (Red+Green+Blue) = 102+152+202=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #6698CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6698CA is #996735. Grayscale: #8E8E8E. Windows color (decimal): -10053430 or 13277286. OLE color: 13277286.
HSL color Cylindrical-coordinate representation of color #6698CA: hue angle of 210º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6698CA is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 152 | 202 | - |
| CMYK | 0.50 | 0.25 | 0 | 0.21 |
| HSL | 210º | 0.49% | 0.6% | - |
| HSV(B) | 210º | 0.5% | 0.79% | - |
| XYZ | 27.37 | 29.55 | 60.14 | - |
| YUV | 142.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 202 | 0.50 | 0.25 | 0 | 0.21 | 210 | 0.49 | 0.6 |
| Hex | 66 | 98 | CA | 32 | 19 | 0 | 15 | D2 | 31 | 3C |
| Octal | 146 | 230 | 312 | 62 | 31 | 0 | 25 | 322 | 61 | 74 |
| Binary | 1100110 | 10011000 | 11001010 | 110010 | 11001 | 0 | 10101 | 11010010 | 110001 | 111100 |
Color Harmonies of #6698CA
Complementary color
Monochromatic Colors of #6698CA
Black with #6698CA
Text Example
Text Example
White with #6698CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6698CA; }
p { color: rgb(102,152,202); }
H1.HeaderClassName
{
color: #6698CA;
}
.AnyTagClassName
{
color: #6698CA;
}
</style>
background-color css
<style>
a { background-color: #6698CA; }
a { background-color: rgb(102,152,202); }
div.DivClassName
{
background-color: #6698CA;
}
.BgClassName
{
background-color: #6698CA;
}
</style>
border-color css
<style>
span { border-color: #6698CA; }
span { border-color: rgb(102,152,202); }
td.TdClassName
{
border-color: #6698CA;
}
.TagClassName
{
border-color: #6698CA;
}
</style>