Shades of Picton Blue #6BA5CC
Tints of Picton Blue #6BA5CC
RGB
CMYK
RGB Variations
Color information
#6BA5CC (or 0x6BA5CC) is known color: Picton Blue. HEX triplet: 6B, A5 and CC. RGB value is (107,165,204). Sum of RGB (Red+Green+Blue) = 107+165+204=476 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.48% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #6BA5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA5CC is #945A33. Grayscale: #979797. Windows color (decimal): -9722420 or 13411691. OLE color: 13411691.
HSL color Cylindrical-coordinate representation of color #6BA5CC: hue angle of 204.12º 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 #6BA5CC is Cyan = 0.48, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 165 | 204 | - |
| CMYK | 0.48 | 0.19 | 0 | 0.2 |
| HSL | 204.12º | 0.49% | 0.61% | - |
| HSV(B) | 204.12º | 0.48% | 0.8% | - |
| XYZ | 30.42 | 34.4 | 62.16 | - |
| YUV | 152.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 165 | 204 | 0.48 | 0.19 | 0 | 0.2 | 204.12 | 0.49 | 0.61 |
| Hex | 6B | A5 | CC | 30 | 13 | 0 | 14 | CC | 31 | 3D |
| Octal | 153 | 245 | 314 | 60 | 23 | 0 | 24 | 314 | 61 | 75 |
| Binary | 1101011 | 10100101 | 11001100 | 110000 | 10011 | 0 | 10100 | 11001100 | 110001 | 111101 |
Color Harmonies of #6BA5CC
Complementary color
Monochromatic Colors of #6BA5CC
Black with #6BA5CC
Text Example
Text Example
White with #6BA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA5CC; }
p { color: rgb(107,165,204); }
H1.HeaderClassName
{
color: #6BA5CC;
}
.AnyTagClassName
{
color: #6BA5CC;
}
</style>
background-color css
<style>
a { background-color: #6BA5CC; }
a { background-color: rgb(107,165,204); }
div.DivClassName
{
background-color: #6BA5CC;
}
.BgClassName
{
background-color: #6BA5CC;
}
</style>
border-color css
<style>
span { border-color: #6BA5CC; }
span { border-color: rgb(107,165,204); }
td.TdClassName
{
border-color: #6BA5CC;
}
.TagClassName
{
border-color: #6BA5CC;
}
</style>