Shades of Picton Blue #6B9ACF
Tints of Picton Blue #6B9ACF
RGB
CMYK
RGB Variations
Color information
#6B9ACF (or 0x6B9ACF) is known color: Picton Blue. HEX triplet: 6B, 9A and CF. RGB value is (107,154,207). Sum of RGB (Red+Green+Blue) = 107+154+207=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B9ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ACF is #946530. Grayscale: #919191. Windows color (decimal): -9725233 or 13605483. OLE color: 13605483.
HSL color Cylindrical-coordinate representation of color #6B9ACF: hue angle of 211.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B9ACF is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 154 | 207 | - |
| CMYK | 0.48 | 0.26 | 0 | 0.19 |
| HSL | 211.8º | 0.51% | 0.62% | - |
| HSV(B) | 211.8º | 0.48% | 0.81% | - |
| XYZ | 28.88 | 30.74 | 63.44 | - |
| YUV | 145.99 | 162.43 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 207 | 0.48 | 0.26 | 0 | 0.19 | 211.8 | 0.51 | 0.62 |
| Hex | 6B | 9A | CF | 30 | 1A | 0 | 13 | D4 | 33 | 3E |
| Octal | 153 | 232 | 317 | 60 | 32 | 0 | 23 | 324 | 63 | 76 |
| Binary | 1101011 | 10011010 | 11001111 | 110000 | 11010 | 0 | 10011 | 11010100 | 110011 | 111110 |
Color Harmonies of #6B9ACF
Complementary color
Monochromatic Colors of #6B9ACF
Black with #6B9ACF
Text Example
Text Example
White with #6B9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ACF; }
p { color: rgb(107,154,207); }
H1.HeaderClassName
{
color: #6B9ACF;
}
.AnyTagClassName
{
color: #6B9ACF;
}
</style>
background-color css
<style>
a { background-color: #6B9ACF; }
a { background-color: rgb(107,154,207); }
div.DivClassName
{
background-color: #6B9ACF;
}
.BgClassName
{
background-color: #6B9ACF;
}
</style>
border-color css
<style>
span { border-color: #6B9ACF; }
span { border-color: rgb(107,154,207); }
td.TdClassName
{
border-color: #6B9ACF;
}
.TagClassName
{
border-color: #6B9ACF;
}
</style>