Shades of Apple #6BA255
Tints of Apple #6BA255
RGB
CMYK
RGB Variations
Color information
#6BA255 (or 0x6BA255) is known color: Apple. HEX triplet: 6B, A2 and 55. RGB value is (107,162,85). Sum of RGB (Red+Green+Blue) = 107+162+85=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #6BA255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA255 is #945DAA. Grayscale: #898989. Windows color (decimal): -9723307 or 5612139. OLE color: 5612139.
HSL color Cylindrical-coordinate representation of color #6BA255: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BA255 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 107 | 162 | 85 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.36 |
| HSL | 102.86º | 0.31% | 0.48% | - |
| HSV(B) | 102.86º | 0.48% | 0.64% | - |
| XYZ | 20.62 | 29.62 | 13.23 | - |
| YUV | 136.78 | 98.78 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 162 | 85 | 0.34 | 0 | 0.48 | 0.36 | 102.86 | 0.31 | 0.48 |
| Hex | 6B | A2 | 55 | 22 | 0 | 30 | 24 | 67 | 1F | 30 |
| Octal | 153 | 242 | 125 | 42 | 0 | 60 | 44 | 147 | 37 | 60 |
| Binary | 1101011 | 10100010 | 1010101 | 100010 | 0 | 110000 | 100100 | 1100111 | 11111 | 110000 |
Color Harmonies of #6BA255
Complementary color
Monochromatic Colors of #6BA255
Black with #6BA255
Text Example
Text Example
White with #6BA255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BA255; }
p { color: rgb(107,162,85); }
H1.HeaderClassName
{
color: #6BA255;
}
.AnyTagClassName
{
color: #6BA255;
}
</style>
background-color css
<style>
a { background-color: #6BA255; }
a { background-color: rgb(107,162,85); }
div.DivClassName
{
background-color: #6BA255;
}
.BgClassName
{
background-color: #6BA255;
}
</style>
border-color css
<style>
span { border-color: #6BA255; }
span { border-color: rgb(107,162,85); }
td.TdClassName
{
border-color: #6BA255;
}
.TagClassName
{
border-color: #6BA255;
}
</style>