Shades of Picton Blue #6B9ECF
Tints of Picton Blue #6B9ECF
RGB
CMYK
RGB Variations
Color information
#6B9ECF (or 0x6B9ECF) is known color: Picton Blue. HEX triplet: 6B, 9E and CF. RGB value is (107,158,207). Sum of RGB (Red+Green+Blue) = 107+158+207=472 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.67% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ECF is #946130. Grayscale: #949494. Windows color (decimal): -9724209 or 13606507. OLE color: 13606507.
HSL color Cylindrical-coordinate representation of color #6B9ECF: hue angle of 209.4º 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 #6B9ECF is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 158 | 207 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.19 |
| HSL | 209.4º | 0.51% | 0.62% | - |
| HSV(B) | 209.4º | 0.48% | 0.81% | - |
| XYZ | 29.55 | 32.08 | 63.67 | - |
| YUV | 148.34 | 161.1 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 207 | 0.48 | 0.24 | 0 | 0.19 | 209.4 | 0.51 | 0.62 |
| Hex | 6B | 9E | CF | 30 | 18 | 0 | 13 | D1 | 33 | 3E |
| Octal | 153 | 236 | 317 | 60 | 30 | 0 | 23 | 321 | 63 | 76 |
| Binary | 1101011 | 10011110 | 11001111 | 110000 | 11000 | 0 | 10011 | 11010001 | 110011 | 111110 |
Color Harmonies of #6B9ECF
Complementary color
Monochromatic Colors of #6B9ECF
Black with #6B9ECF
Text Example
Text Example
White with #6B9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ECF; }
p { color: rgb(107,158,207); }
H1.HeaderClassName
{
color: #6B9ECF;
}
.AnyTagClassName
{
color: #6B9ECF;
}
</style>
background-color css
<style>
a { background-color: #6B9ECF; }
a { background-color: rgb(107,158,207); }
div.DivClassName
{
background-color: #6B9ECF;
}
.BgClassName
{
background-color: #6B9ECF;
}
</style>
border-color css
<style>
span { border-color: #6B9ECF; }
span { border-color: rgb(107,158,207); }
td.TdClassName
{
border-color: #6B9ECF;
}
.TagClassName
{
border-color: #6B9ECF;
}
</style>