Shades of Shakespeare #6B9AC2
Tints of Shakespeare #6B9AC2
RGB
CMYK
RGB Variations
Color information
#6B9AC2 (or 0x6B9AC2) is known color: Shakespeare. HEX triplet: 6B, 9A and C2. RGB value is (107,154,194). Sum of RGB (Red+Green+Blue) = 107+154+194=455 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.52% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #6B9AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9AC2 is #94653D. Grayscale: #909090. Windows color (decimal): -9725246 or 12753515. OLE color: 12753515.
HSL color Cylindrical-coordinate representation of color #6B9AC2: hue angle of 207.59º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6B9AC2 is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 154 | 194 | - |
| CMYK | 0.45 | 0.21 | 0 | 0.24 |
| HSL | 207.59º | 0.42% | 0.59% | - |
| HSV(B) | 207.59º | 0.45% | 0.76% | - |
| XYZ | 27.36 | 30.13 | 55.41 | - |
| YUV | 144.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 154 | 194 | 0.45 | 0.21 | 0 | 0.24 | 207.59 | 0.42 | 0.59 |
| Hex | 6B | 9A | C2 | 2D | 15 | 0 | 18 | D0 | 2A | 3B |
| Octal | 153 | 232 | 302 | 55 | 25 | 0 | 30 | 320 | 52 | 73 |
| Binary | 1101011 | 10011010 | 11000010 | 101101 | 10101 | 0 | 11000 | 11010000 | 101010 | 111011 |
Color Harmonies of #6B9AC2
Complementary color
Monochromatic Colors of #6B9AC2
Black with #6B9AC2
Text Example
Text Example
White with #6B9AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9AC2; }
p { color: rgb(107,154,194); }
H1.HeaderClassName
{
color: #6B9AC2;
}
.AnyTagClassName
{
color: #6B9AC2;
}
</style>
background-color css
<style>
a { background-color: #6B9AC2; }
a { background-color: rgb(107,154,194); }
div.DivClassName
{
background-color: #6B9AC2;
}
.BgClassName
{
background-color: #6B9AC2;
}
</style>
border-color css
<style>
span { border-color: #6B9AC2; }
span { border-color: rgb(107,154,194); }
td.TdClassName
{
border-color: #6B9AC2;
}
.TagClassName
{
border-color: #6B9AC2;
}
</style>