Shades of Slate Blue #6965CA
Tints of Slate Blue #6965CA
RGB
CMYK
RGB Variations
Color information
#6965CA (or 0x6965CA) is known color: Slate Blue. HEX triplet: 69, 65 and CA. RGB value is (105,101,202). Sum of RGB (Red+Green+Blue) = 105+101+202=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #6965CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965CA is #969A35. Grayscale: #717171. Windows color (decimal): -9869878 or 13264233. OLE color: 13264233.
HSL color Cylindrical-coordinate representation of color #6965CA: hue angle of 242.38º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6965CA is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 101 | 202 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.21 |
| HSL | 242.38º | 0.49% | 0.59% | - |
| HSV(B) | 242.38º | 0.5% | 0.79% | - |
| XYZ | 21.14 | 16.57 | 57.96 | - |
| YUV | 113.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 101 | 202 | 0.48 | 0.50 | 0 | 0.21 | 242.38 | 0.49 | 0.59 |
| Hex | 69 | 65 | CA | 30 | 32 | 0 | 15 | F2 | 31 | 3B |
| Octal | 151 | 145 | 312 | 60 | 62 | 0 | 25 | 362 | 61 | 73 |
| Binary | 1101001 | 1100101 | 11001010 | 110000 | 110010 | 0 | 10101 | 11110010 | 110001 | 111011 |
Color Harmonies of #6965CA
Complementary color
Monochromatic Colors of #6965CA
Black with #6965CA
Text Example
Text Example
White with #6965CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6965CA; }
p { color: rgb(105,101,202); }
H1.HeaderClassName
{
color: #6965CA;
}
.AnyTagClassName
{
color: #6965CA;
}
</style>
background-color css
<style>
a { background-color: #6965CA; }
a { background-color: rgb(105,101,202); }
div.DivClassName
{
background-color: #6965CA;
}
.BgClassName
{
background-color: #6965CA;
}
</style>
border-color css
<style>
span { border-color: #6965CA; }
span { border-color: rgb(105,101,202); }
td.TdClassName
{
border-color: #6965CA;
}
.TagClassName
{
border-color: #6965CA;
}
</style>