Shades of Picton Blue #6B9CCD
Tints of Picton Blue #6B9CCD
RGB
CMYK
RGB Variations
Color information
#6B9CCD (or 0x6B9CCD) is known color: Picton Blue. HEX triplet: 6B, 9C and CD. RGB value is (107,156,205). Sum of RGB (Red+Green+Blue) = 107+156+205=468 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.86% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CCD is #946332. Grayscale: #929292. Windows color (decimal): -9724723 or 13474923. OLE color: 13474923.
HSL color Cylindrical-coordinate representation of color #6B9CCD: hue angle of 210º 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 #6B9CCD is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 156 | 205 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.20 |
| HSL | 210º | 0.49% | 0.61% | - |
| HSV(B) | 210º | 0.48% | 0.8% | - |
| XYZ | 28.97 | 31.31 | 62.27 | - |
| YUV | 146.94 | 160.77 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 156 | 205 | 0.48 | 0.24 | 0 | 0.20 | 210 | 0.49 | 0.61 |
| Hex | 6B | 9C | CD | 30 | 18 | 0 | 14 | D2 | 31 | 3D |
| Octal | 153 | 234 | 315 | 60 | 30 | 0 | 24 | 322 | 61 | 75 |
| Binary | 1101011 | 10011100 | 11001101 | 110000 | 11000 | 0 | 10100 | 11010010 | 110001 | 111101 |
Color Harmonies of #6B9CCD
Complementary color
Monochromatic Colors of #6B9CCD
Black with #6B9CCD
Text Example
Text Example
White with #6B9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9CCD; }
p { color: rgb(107,156,205); }
H1.HeaderClassName
{
color: #6B9CCD;
}
.AnyTagClassName
{
color: #6B9CCD;
}
</style>
background-color css
<style>
a { background-color: #6B9CCD; }
a { background-color: rgb(107,156,205); }
div.DivClassName
{
background-color: #6B9CCD;
}
.BgClassName
{
background-color: #6B9CCD;
}
</style>
border-color css
<style>
span { border-color: #6B9CCD; }
span { border-color: rgb(107,156,205); }
td.TdClassName
{
border-color: #6B9CCD;
}
.TagClassName
{
border-color: #6B9CCD;
}
</style>