Shades of Picton Blue #6BA2CD
Tints of Picton Blue #6BA2CD
RGB
CMYK
RGB Variations
Color information
#6BA2CD (or 0x6BA2CD) is known color: Picton Blue. HEX triplet: 6B, A2 and CD. RGB value is (107,162,205). Sum of RGB (Red+Green+Blue) = 107+162+205=474 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.57% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #6BA2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA2CD is #945D32. Grayscale: #969696. Windows color (decimal): -9723187 or 13476459. OLE color: 13476459.
HSL color Cylindrical-coordinate representation of color #6BA2CD: hue angle of 206.33º 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 #6BA2CD is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 162 | 205 | - |
| CMYK | 0.48 | 0.21 | 0 | 0.20 |
| HSL | 206.33º | 0.49% | 0.61% | - |
| HSV(B) | 206.33º | 0.48% | 0.8% | - |
| XYZ | 30 | 33.37 | 62.62 | - |
| YUV | 150.46 | 158.78 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 205 | 0.48 | 0.21 | 0 | 0.20 | 206.33 | 0.49 | 0.61 |
| Hex | 6B | A2 | CD | 30 | 15 | 0 | 14 | CE | 31 | 3D |
| Octal | 153 | 242 | 315 | 60 | 25 | 0 | 24 | 316 | 61 | 75 |
| Binary | 1101011 | 10100010 | 11001101 | 110000 | 10101 | 0 | 10100 | 11001110 | 110001 | 111101 |
Color Harmonies of #6BA2CD
Complementary color
Monochromatic Colors of #6BA2CD
Black with #6BA2CD
Text Example
Text Example
White with #6BA2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA2CD; }
p { color: rgb(107,162,205); }
H1.HeaderClassName
{
color: #6BA2CD;
}
.AnyTagClassName
{
color: #6BA2CD;
}
</style>
background-color css
<style>
a { background-color: #6BA2CD; }
a { background-color: rgb(107,162,205); }
div.DivClassName
{
background-color: #6BA2CD;
}
.BgClassName
{
background-color: #6BA2CD;
}
</style>
border-color css
<style>
span { border-color: #6BA2CD; }
span { border-color: rgb(107,162,205); }
td.TdClassName
{
border-color: #6BA2CD;
}
.TagClassName
{
border-color: #6BA2CD;
}
</style>