Shades of Slate Blue #6267CC
Tints of Slate Blue #6267CC
RGB
CMYK
RGB Variations
Color information
#6267CC (or 0x6267CC) is known color: Slate Blue. HEX triplet: 62, 67 and CC. RGB value is (98,103,204). Sum of RGB (Red+Green+Blue) = 98+103+204=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #6267CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6267CC is #9D9833. Grayscale: #707070. Windows color (decimal): -10328116 or 13395810. OLE color: 13395810.
HSL color Cylindrical-coordinate representation of color #6267CC: hue angle of 237.17º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6267CC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 103 | 204 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.2 |
| HSL | 237.17º | 0.51% | 0.59% | - |
| HSV(B) | 237.17º | 0.52% | 0.8% | - |
| XYZ | 20.79 | 16.66 | 59.25 | - |
| YUV | 113.02 | 179.34 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 204 | 0.52 | 0.50 | 0 | 0.2 | 237.17 | 0.51 | 0.59 |
| Hex | 62 | 67 | CC | 34 | 32 | 0 | 14 | ED | 33 | 3B |
| Octal | 142 | 147 | 314 | 64 | 62 | 0 | 24 | 355 | 63 | 73 |
| Binary | 1100010 | 1100111 | 11001100 | 110100 | 110010 | 0 | 10100 | 11101101 | 110011 | 111011 |
Color Harmonies of #6267CC
Complementary color
Monochromatic Colors of #6267CC
Black with #6267CC
Text Example
Text Example
White with #6267CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6267CC; }
p { color: rgb(98,103,204); }
H1.HeaderClassName
{
color: #6267CC;
}
.AnyTagClassName
{
color: #6267CC;
}
</style>
background-color css
<style>
a { background-color: #6267CC; }
a { background-color: rgb(98,103,204); }
div.DivClassName
{
background-color: #6267CC;
}
.BgClassName
{
background-color: #6267CC;
}
</style>
border-color css
<style>
span { border-color: #6267CC; }
span { border-color: rgb(98,103,204); }
td.TdClassName
{
border-color: #6267CC;
}
.TagClassName
{
border-color: #6267CC;
}
</style>