Shades of Picton Blue #6B9ECC
Tints of Picton Blue #6B9ECC
RGB
CMYK
RGB Variations
Color information
#6B9ECC (or 0x6B9ECC) is known color: Picton Blue. HEX triplet: 6B, 9E and CC. RGB value is (107,158,204). Sum of RGB (Red+Green+Blue) = 107+158+204=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ECC is #946133. Grayscale: #939393. Windows color (decimal): -9724212 or 13409899. OLE color: 13409899.
HSL color Cylindrical-coordinate representation of color #6B9ECC: hue angle of 208.45º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B9ECC is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 158 | 204 | - |
| CMYK | 0.48 | 0.23 | 0 | 0.2 |
| HSL | 208.45º | 0.49% | 0.61% | - |
| HSV(B) | 208.45º | 0.48% | 0.8% | - |
| XYZ | 29.19 | 31.94 | 61.75 | - |
| YUV | 148 | 159.6 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 204 | 0.48 | 0.23 | 0 | 0.2 | 208.45 | 0.49 | 0.61 |
| Hex | 6B | 9E | CC | 30 | 17 | 0 | 14 | D0 | 31 | 3D |
| Octal | 153 | 236 | 314 | 60 | 27 | 0 | 24 | 320 | 61 | 75 |
| Binary | 1101011 | 10011110 | 11001100 | 110000 | 10111 | 0 | 10100 | 11010000 | 110001 | 111101 |
Color Harmonies of #6B9ECC
Complementary color
Monochromatic Colors of #6B9ECC
Black with #6B9ECC
Text Example
Text Example
White with #6B9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ECC; }
p { color: rgb(107,158,204); }
H1.HeaderClassName
{
color: #6B9ECC;
}
.AnyTagClassName
{
color: #6B9ECC;
}
</style>
background-color css
<style>
a { background-color: #6B9ECC; }
a { background-color: rgb(107,158,204); }
div.DivClassName
{
background-color: #6B9ECC;
}
.BgClassName
{
background-color: #6B9ECC;
}
</style>
border-color css
<style>
span { border-color: #6B9ECC; }
span { border-color: rgb(107,158,204); }
td.TdClassName
{
border-color: #6B9ECC;
}
.TagClassName
{
border-color: #6B9ECC;
}
</style>