Shades of Scooter #268693
Tints of Scooter #268693
RGB
CMYK
RGB Variations
Color information
#268693 (or 0x268693) is known color: Scooter. HEX triplet: 26, 86 and 93. RGB value is (38,134,147). Sum of RGB (Red+Green+Blue) = 38+134+147=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #268693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268693 is #D9796C. Grayscale: #6A6A6A. Windows color (decimal): -14252397 or 9668134. OLE color: 9668134.
HSL color Cylindrical-coordinate representation of color #268693: hue angle of 187.16º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268693 is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 38 | 134 | 147 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.42 |
| HSL | 187.16º | 0.59% | 0.36% | - |
| HSV(B) | 187.16º | 0.74% | 0.58% | - |
| XYZ | 14.59 | 19.57 | 30.61 | - |
| YUV | 106.78 | 150.7 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 147 | 0.74 | 0.09 | 0 | 0.42 | 187.16 | 0.59 | 0.36 |
| Hex | 26 | 86 | 93 | 4A | 9 | 0 | 2A | BB | 3B | 24 |
| Octal | 46 | 206 | 223 | 112 | 11 | 0 | 52 | 273 | 73 | 44 |
| Binary | 100110 | 10000110 | 10010011 | 1001010 | 1001 | 0 | 101010 | 10111011 | 111011 | 100100 |
Color Harmonies of #268693
Complementary color
Monochromatic Colors of #268693
Black with #268693
Text Example
Text Example
White with #268693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268693; }
p { color: rgb(38,134,147); }
H1.HeaderClassName
{
color: #268693;
}
.AnyTagClassName
{
color: #268693;
}
</style>
background-color css
<style>
a { background-color: #268693; }
a { background-color: rgb(38,134,147); }
div.DivClassName
{
background-color: #268693;
}
.BgClassName
{
background-color: #268693;
}
</style>
border-color css
<style>
span { border-color: #268693; }
span { border-color: rgb(38,134,147); }
td.TdClassName
{
border-color: #268693;
}
.TagClassName
{
border-color: #268693;
}
</style>