Shades of Picton Blue #6B9DD6
Tints of Picton Blue #6B9DD6
RGB
CMYK
RGB Variations
Color information
#6B9DD6 (or 0x6B9DD6) is known color: Picton Blue. HEX triplet: 6B, 9D and D6. RGB value is (107,157,214). Sum of RGB (Red+Green+Blue) = 107+157+214=478 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.38% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B9DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9DD6 is #946229. Grayscale: #949494. Windows color (decimal): -9724458 or 14065003. OLE color: 14065003.
HSL color Cylindrical-coordinate representation of color #6B9DD6: hue angle of 211.96º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B9DD6 is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 157 | 214 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.16 |
| HSL | 211.96º | 0.57% | 0.63% | - |
| HSV(B) | 211.96º | 0.5% | 0.84% | - |
| XYZ | 30.26 | 32.09 | 68.22 | - |
| YUV | 148.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 157 | 214 | 0.50 | 0.27 | 0 | 0.16 | 211.96 | 0.57 | 0.63 |
| Hex | 6B | 9D | D6 | 32 | 1B | 0 | 10 | D4 | 39 | 3F |
| Octal | 153 | 235 | 326 | 62 | 33 | 0 | 20 | 324 | 71 | 77 |
| Binary | 1101011 | 10011101 | 11010110 | 110010 | 11011 | 0 | 10000 | 11010100 | 111001 | 111111 |
Color Harmonies of #6B9DD6
Complementary color
Monochromatic Colors of #6B9DD6
Black with #6B9DD6
Text Example
Text Example
White with #6B9DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9DD6; }
p { color: rgb(107,157,214); }
H1.HeaderClassName
{
color: #6B9DD6;
}
.AnyTagClassName
{
color: #6B9DD6;
}
</style>
background-color css
<style>
a { background-color: #6B9DD6; }
a { background-color: rgb(107,157,214); }
div.DivClassName
{
background-color: #6B9DD6;
}
.BgClassName
{
background-color: #6B9DD6;
}
</style>
border-color css
<style>
span { border-color: #6B9DD6; }
span { border-color: rgb(107,157,214); }
td.TdClassName
{
border-color: #6B9DD6;
}
.TagClassName
{
border-color: #6B9DD6;
}
</style>