Shades of Pattens Blue #C6DBEA
Tints of Pattens Blue #C6DBEA
RGB
CMYK
RGB Variations
Color information
#C6DBEA (or 0xC6DBEA) is known color: Pattens Blue. HEX triplet: C6, DB and EA. RGB value is (198,219,234). Sum of RGB (Red+Green+Blue) = 198+219+234=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DBEA is #392415. Grayscale: #D6D6D6. Windows color (decimal): -3744790 or 15391686. OLE color: 15391686.
HSL color Cylindrical-coordinate representation of color #C6DBEA: hue angle of 205º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6DBEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 219 | 234 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.08 |
| HSL | 205º | 0.46% | 0.85% | - |
| HSV(B) | 205º | 0.15% | 0.92% | - |
| XYZ | 63.47 | 68.61 | 87.74 | - |
| YUV | 214.43 | 139.04 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 219 | 234 | 0.15 | 0.06 | 0 | 0.08 | 205 | 0.46 | 0.85 |
| Hex | C6 | DB | EA | F | 6 | 0 | 8 | CD | 2E | 55 |
| Octal | 306 | 333 | 352 | 17 | 6 | 0 | 10 | 315 | 56 | 125 |
| Binary | 11000110 | 11011011 | 11101010 | 1111 | 110 | 0 | 1000 | 11001101 | 101110 | 1010101 |
Color Harmonies of #C6DBEA
Complementary color
Monochromatic Colors of #C6DBEA
Black with #C6DBEA
Text Example
Text Example
White with #C6DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DBEA; }
p { color: rgb(198,219,234); }
H1.HeaderClassName
{
color: #C6DBEA;
}
.AnyTagClassName
{
color: #C6DBEA;
}
</style>
background-color css
<style>
a { background-color: #C6DBEA; }
a { background-color: rgb(198,219,234); }
div.DivClassName
{
background-color: #C6DBEA;
}
.BgClassName
{
background-color: #C6DBEA;
}
</style>
border-color css
<style>
span { border-color: #C6DBEA; }
span { border-color: rgb(198,219,234); }
td.TdClassName
{
border-color: #C6DBEA;
}
.TagClassName
{
border-color: #C6DBEA;
}
</style>