Shades of Blue Haze #C6C3D4
Tints of Blue Haze #C6C3D4
RGB
CMYK
RGB Variations
Color information
#C6C3D4 (or 0xC6C3D4) is known color: Blue Haze. HEX triplet: C6, C3 and D4. RGB value is (198,195,212). Sum of RGB (Red+Green+Blue) = 198+195+212=605 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.73% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6C3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C3D4 is #393C2B. Grayscale: #C5C5C5. Windows color (decimal): -3750956 or 13943750. OLE color: 13943750.
HSL color Cylindrical-coordinate representation of color #C6C3D4: hue angle of 250.59º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C3D4 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 195 | 212 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.17 |
| HSL | 250.59º | 0.17% | 0.8% | - |
| HSV(B) | 250.59º | 0.08% | 0.83% | - |
| XYZ | 54.69 | 55.79 | 70.17 | - |
| YUV | 197.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 212 | 0.07 | 0.08 | 0 | 0.17 | 250.59 | 0.17 | 0.8 |
| Hex | C6 | C3 | D4 | 7 | 8 | 0 | 11 | FB | 11 | 50 |
| Octal | 306 | 303 | 324 | 7 | 10 | 0 | 21 | 373 | 21 | 120 |
| Binary | 11000110 | 11000011 | 11010100 | 111 | 1000 | 0 | 10001 | 11111011 | 10001 | 1010000 |
Color Harmonies of #C6C3D4
Complementary color
Monochromatic Colors of #C6C3D4
Black with #C6C3D4
Text Example
Text Example
White with #C6C3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C3D4; }
p { color: rgb(198,195,212); }
H1.HeaderClassName
{
color: #C6C3D4;
}
.AnyTagClassName
{
color: #C6C3D4;
}
</style>
background-color css
<style>
a { background-color: #C6C3D4; }
a { background-color: rgb(198,195,212); }
div.DivClassName
{
background-color: #C6C3D4;
}
.BgClassName
{
background-color: #C6C3D4;
}
</style>
border-color css
<style>
span { border-color: #C6C3D4; }
span { border-color: rgb(198,195,212); }
td.TdClassName
{
border-color: #C6C3D4;
}
.TagClassName
{
border-color: #C6C3D4;
}
</style>