Shades of Picton Blue #6B9ACC
Tints of Picton Blue #6B9ACC
RGB
CMYK
RGB Variations
Color information
#6B9ACC (or 0x6B9ACC) is known color: Picton Blue. HEX triplet: 6B, 9A and CC. RGB value is (107,154,204). Sum of RGB (Red+Green+Blue) = 107+154+204=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ACC is #946533. Grayscale: #919191. Windows color (decimal): -9725236 or 13408875. OLE color: 13408875.
HSL color Cylindrical-coordinate representation of color #6B9ACC: hue angle of 210.93º 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 #6B9ACC is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 154 | 204 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.2 |
| HSL | 210.93º | 0.49% | 0.61% | - |
| HSV(B) | 210.93º | 0.48% | 0.8% | - |
| XYZ | 28.52 | 30.6 | 61.53 | - |
| YUV | 145.65 | 160.93 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 204 | 0.48 | 0.25 | 0 | 0.2 | 210.93 | 0.49 | 0.61 |
| Hex | 6B | 9A | CC | 30 | 19 | 0 | 14 | D3 | 31 | 3D |
| Octal | 153 | 232 | 314 | 60 | 31 | 0 | 24 | 323 | 61 | 75 |
| Binary | 1101011 | 10011010 | 11001100 | 110000 | 11001 | 0 | 10100 | 11010011 | 110001 | 111101 |
Color Harmonies of #6B9ACC
Complementary color
Monochromatic Colors of #6B9ACC
Black with #6B9ACC
Text Example
Text Example
White with #6B9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9ACC; }
p { color: rgb(107,154,204); }
H1.HeaderClassName
{
color: #6B9ACC;
}
.AnyTagClassName
{
color: #6B9ACC;
}
</style>
background-color css
<style>
a { background-color: #6B9ACC; }
a { background-color: rgb(107,154,204); }
div.DivClassName
{
background-color: #6B9ACC;
}
.BgClassName
{
background-color: #6B9ACC;
}
</style>
border-color css
<style>
span { border-color: #6B9ACC; }
span { border-color: rgb(107,154,204); }
td.TdClassName
{
border-color: #6B9ACC;
}
.TagClassName
{
border-color: #6B9ACC;
}
</style>