Shades of Wild Blue Yonder #6B7DCC
Tints of Wild Blue Yonder #6B7DCC
RGB
CMYK
RGB Variations
Color information
#6B7DCC (or 0x6B7DCC) is known color: Wild Blue Yonder. HEX triplet: 6B, 7D and CC. RGB value is (107,125,204). Sum of RGB (Red+Green+Blue) = 107+125+204=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B7DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B7DCC is #948233. Grayscale: #808080. Windows color (decimal): -9732660 or 13401451. OLE color: 13401451.
HSL color Cylindrical-coordinate representation of color #6B7DCC: hue angle of 228.87º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B7DCC is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 125 | 204 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.2 |
| HSL | 228.87º | 0.49% | 0.61% | - |
| HSV(B) | 228.87º | 0.48% | 0.8% | - |
| XYZ | 24.3 | 22.15 | 60.12 | - |
| YUV | 128.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 125 | 204 | 0.48 | 0.39 | 0 | 0.2 | 228.87 | 0.49 | 0.61 |
| Hex | 6B | 7D | CC | 30 | 27 | 0 | 14 | E5 | 31 | 3D |
| Octal | 153 | 175 | 314 | 60 | 47 | 0 | 24 | 345 | 61 | 75 |
| Binary | 1101011 | 1111101 | 11001100 | 110000 | 100111 | 0 | 10100 | 11100101 | 110001 | 111101 |
Color Harmonies of #6B7DCC
Complementary color
Monochromatic Colors of #6B7DCC
Black with #6B7DCC
Text Example
Text Example
White with #6B7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7DCC; }
p { color: rgb(107,125,204); }
H1.HeaderClassName
{
color: #6B7DCC;
}
.AnyTagClassName
{
color: #6B7DCC;
}
</style>
background-color css
<style>
a { background-color: #6B7DCC; }
a { background-color: rgb(107,125,204); }
div.DivClassName
{
background-color: #6B7DCC;
}
.BgClassName
{
background-color: #6B7DCC;
}
</style>
border-color css
<style>
span { border-color: #6B7DCC; }
span { border-color: rgb(107,125,204); }
td.TdClassName
{
border-color: #6B7DCC;
}
.TagClassName
{
border-color: #6B7DCC;
}
</style>