Shades of Slate Blue #674CCB
Tints of Slate Blue #674CCB
RGB
CMYK
RGB Variations
Color information
#674CCB (or 0x674CCB) is known color: Slate Blue. HEX triplet: 67, 4C and CB. RGB value is (103,76,203). Sum of RGB (Red+Green+Blue) = 103+76+203=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #674CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CCB is #98B334. Grayscale: #626262. Windows color (decimal): -10007349 or 13323367. OLE color: 13323367.
HSL color Cylindrical-coordinate representation of color #674CCB: hue angle of 252.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #674CCB is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 76 | 203 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.20 |
| HSL | 252.76º | 0.55% | 0.55% | - |
| HSV(B) | 252.76º | 0.63% | 0.8% | - |
| XYZ | 18.96 | 12.36 | 57.89 | - |
| YUV | 98.55 | 186.95 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 203 | 0.49 | 0.63 | 0 | 0.20 | 252.76 | 0.55 | 0.55 |
| Hex | 67 | 4C | CB | 31 | 3F | 0 | 14 | FD | 37 | 37 |
| Octal | 147 | 114 | 313 | 61 | 77 | 0 | 24 | 375 | 67 | 67 |
| Binary | 1100111 | 1001100 | 11001011 | 110001 | 111111 | 0 | 10100 | 11111101 | 110111 | 110111 |
Color Harmonies of #674CCB
Complementary color
Monochromatic Colors of #674CCB
Black with #674CCB
Text Example
Text Example
White with #674CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674CCB; }
p { color: rgb(103,76,203); }
H1.HeaderClassName
{
color: #674CCB;
}
.AnyTagClassName
{
color: #674CCB;
}
</style>
background-color css
<style>
a { background-color: #674CCB; }
a { background-color: rgb(103,76,203); }
div.DivClassName
{
background-color: #674CCB;
}
.BgClassName
{
background-color: #674CCB;
}
</style>
border-color css
<style>
span { border-color: #674CCB; }
span { border-color: rgb(103,76,203); }
td.TdClassName
{
border-color: #674CCB;
}
.TagClassName
{
border-color: #674CCB;
}
</style>