Shades of Pattens Blue #C6DCF3
Tints of Pattens Blue #C6DCF3
RGB
CMYK
RGB Variations
Color information
#C6DCF3 (or 0xC6DCF3) is known color: Pattens Blue. HEX triplet: C6, DC and F3. RGB value is (198,220,243). Sum of RGB (Red+Green+Blue) = 198+220+243=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 243 (95.31% from 255 or 36.76% from 661); Max value from RGB is 243 - color contains mainly: blue. Hex color #C6DCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6DCF3 is #39230C. Grayscale: #D7D7D7. Windows color (decimal): -3744525 or 15981766. OLE color: 15981766.
HSL color Cylindrical-coordinate representation of color #C6DCF3: hue angle of 210.67º degrees, saturation: 0.65, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6DCF3 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 220 | 243 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.05 |
| HSL | 210.67º | 0.65% | 0.86% | - |
| HSV(B) | 210.67º | 0.19% | 0.95% | - |
| XYZ | 65.06 | 69.66 | 94.81 | - |
| YUV | 216.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 220 | 243 | 0.19 | 0.09 | 0 | 0.05 | 210.67 | 0.65 | 0.86 |
| Hex | C6 | DC | F3 | 13 | 9 | 0 | 5 | D3 | 41 | 56 |
| Octal | 306 | 334 | 363 | 23 | 11 | 0 | 5 | 323 | 101 | 126 |
| Binary | 11000110 | 11011100 | 11110011 | 10011 | 1001 | 0 | 101 | 11010011 | 1000001 | 1010110 |
Color Harmonies of #C6DCF3
Complementary color
Monochromatic Colors of #C6DCF3
Black with #C6DCF3
Text Example
Text Example
White with #C6DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DCF3; }
p { color: rgb(198,220,243); }
H1.HeaderClassName
{
color: #C6DCF3;
}
.AnyTagClassName
{
color: #C6DCF3;
}
</style>
background-color css
<style>
a { background-color: #C6DCF3; }
a { background-color: rgb(198,220,243); }
div.DivClassName
{
background-color: #C6DCF3;
}
.BgClassName
{
background-color: #C6DCF3;
}
</style>
border-color css
<style>
span { border-color: #C6DCF3; }
span { border-color: rgb(198,220,243); }
td.TdClassName
{
border-color: #C6DCF3;
}
.TagClassName
{
border-color: #C6DCF3;
}
</style>