Shades of Scooter #268199
Tints of Scooter #268199
RGB
CMYK
RGB Variations
Color information
#268199 (or 0x268199) is known color: Scooter. HEX triplet: 26, 81 and 99. RGB value is (38,129,153). Sum of RGB (Red+Green+Blue) = 38+129+153=320 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.88% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #268199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268199 is #D97E66. Grayscale: #686868. Windows color (decimal): -14253671 or 10060070. OLE color: 10060070.
HSL color Cylindrical-coordinate representation of color #268199: hue angle of 192.52º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #268199 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 38 | 129 | 153 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.4 |
| HSL | 192.52º | 0.6% | 0.37% | - |
| HSV(B) | 192.52º | 0.75% | 0.6% | - |
| XYZ | 14.4 | 18.41 | 32.93 | - |
| YUV | 104.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 129 | 153 | 0.75 | 0.16 | 0 | 0.4 | 192.52 | 0.6 | 0.37 |
| Hex | 26 | 81 | 99 | 4B | 10 | 0 | 28 | C1 | 3C | 25 |
| Octal | 46 | 201 | 231 | 113 | 20 | 0 | 50 | 301 | 74 | 45 |
| Binary | 100110 | 10000001 | 10011001 | 1001011 | 10000 | 0 | 101000 | 11000001 | 111100 | 100101 |
Color Harmonies of #268199
Complementary color
Monochromatic Colors of #268199
Black with #268199
Text Example
Text Example
White with #268199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268199; }
p { color: rgb(38,129,153); }
H1.HeaderClassName
{
color: #268199;
}
.AnyTagClassName
{
color: #268199;
}
</style>
background-color css
<style>
a { background-color: #268199; }
a { background-color: rgb(38,129,153); }
div.DivClassName
{
background-color: #268199;
}
.BgClassName
{
background-color: #268199;
}
</style>
border-color css
<style>
span { border-color: #268199; }
span { border-color: rgb(38,129,153); }
td.TdClassName
{
border-color: #268199;
}
.TagClassName
{
border-color: #268199;
}
</style>