Shades of Periwinkle #C6C9E6
Tints of Periwinkle #C6C9E6
RGB
CMYK
RGB Variations
Color information
#C6C9E6 (or 0xC6C9E6) is known color: Periwinkle. HEX triplet: C6, C9 and E6. RGB value is (198,201,230). Sum of RGB (Red+Green+Blue) = 198+201+230=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #C6C9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C9E6 is #393619. Grayscale: #CBCBCB. Windows color (decimal): -3749402 or 15124934. OLE color: 15124934.
HSL color Cylindrical-coordinate representation of color #C6C9E6: hue angle of 234.38º degrees, saturation: 0.39, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C9E6 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 201 | 230 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.10 |
| HSL | 234.38º | 0.39% | 0.84% | - |
| HSV(B) | 234.38º | 0.14% | 0.9% | - |
| XYZ | 58.46 | 59.49 | 83.26 | - |
| YUV | 203.41 | 143.01 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 230 | 0.14 | 0.13 | 0 | 0.10 | 234.38 | 0.39 | 0.84 |
| Hex | C6 | C9 | E6 | E | D | 0 | A | EA | 27 | 54 |
| Octal | 306 | 311 | 346 | 16 | 15 | 0 | 12 | 352 | 47 | 124 |
| Binary | 11000110 | 11001001 | 11100110 | 1110 | 1101 | 0 | 1010 | 11101010 | 100111 | 1010100 |
Color Harmonies of #C6C9E6
Complementary color
Monochromatic Colors of #C6C9E6
Black with #C6C9E6
Text Example
Text Example
White with #C6C9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C9E6; }
p { color: rgb(198,201,230); }
H1.HeaderClassName
{
color: #C6C9E6;
}
.AnyTagClassName
{
color: #C6C9E6;
}
</style>
background-color css
<style>
a { background-color: #C6C9E6; }
a { background-color: rgb(198,201,230); }
div.DivClassName
{
background-color: #C6C9E6;
}
.BgClassName
{
background-color: #C6C9E6;
}
</style>
border-color css
<style>
span { border-color: #C6C9E6; }
span { border-color: rgb(198,201,230); }
td.TdClassName
{
border-color: #C6C9E6;
}
.TagClassName
{
border-color: #C6C9E6;
}
</style>