Shades of Scooter #268692
Tints of Scooter #268692
RGB
CMYK
RGB Variations
Color information
#268692 (or 0x268692) is known color: Scooter. HEX triplet: 26, 86 and 92. RGB value is (38,134,146). Sum of RGB (Red+Green+Blue) = 38+134+146=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #268692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268692 is #D9796D. Grayscale: #6A6A6A. Windows color (decimal): -14252398 or 9602598. OLE color: 9602598.
HSL color Cylindrical-coordinate representation of color #268692: hue angle of 186.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #268692 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 38 | 134 | 146 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.43 |
| HSL | 186.67º | 0.59% | 0.36% | - |
| HSV(B) | 186.67º | 0.74% | 0.57% | - |
| XYZ | 14.51 | 19.54 | 30.2 | - |
| YUV | 106.66 | 150.2 | 79.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 134 | 146 | 0.74 | 0.08 | 0 | 0.43 | 186.67 | 0.59 | 0.36 |
| Hex | 26 | 86 | 92 | 4A | 8 | 0 | 2B | BB | 3B | 24 |
| Octal | 46 | 206 | 222 | 112 | 10 | 0 | 53 | 273 | 73 | 44 |
| Binary | 100110 | 10000110 | 10010010 | 1001010 | 1000 | 0 | 101011 | 10111011 | 111011 | 100100 |
Color Harmonies of #268692
Complementary color
Monochromatic Colors of #268692
Black with #268692
Text Example
Text Example
White with #268692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #268692; }
p { color: rgb(38,134,146); }
H1.HeaderClassName
{
color: #268692;
}
.AnyTagClassName
{
color: #268692;
}
</style>
background-color css
<style>
a { background-color: #268692; }
a { background-color: rgb(38,134,146); }
div.DivClassName
{
background-color: #268692;
}
.BgClassName
{
background-color: #268692;
}
</style>
border-color css
<style>
span { border-color: #268692; }
span { border-color: rgb(38,134,146); }
td.TdClassName
{
border-color: #268692;
}
.TagClassName
{
border-color: #268692;
}
</style>