Shades of Christi #6AB201
Tints of Christi #6AB201
RGB
CMYK
RGB Variations
Color information
#6AB201 (or 0x6AB201) is known color: Christi. HEX triplet: 6A, B2 and 01. RGB value is (106,178,1). Sum of RGB (Red+Green+Blue) = 106+178+1=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 178 (69.92% from 255 or 62.46% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB201 is #954DFE. Grayscale: #888888. Windows color (decimal): -9784831 or 111210. OLE color: 111210.
HSL color Cylindrical-coordinate representation of color #6AB201: hue angle of 84.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AB201 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 178 | 1 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.30 |
| HSL | 84.41º | 0.99% | 0.35% | - |
| HSV(B) | 84.41º | 0.99% | 0.7% | - |
| XYZ | 21.87 | 34.91 | 5.61 | - |
| YUV | 136.29 | 51.65 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 178 | 1 | 0.40 | 0 | 0.99 | 0.30 | 84.41 | 0.99 | 0.35 |
| Hex | 6A | B2 | 1 | 28 | 0 | 63 | 1E | 54 | 63 | 23 |
| Octal | 152 | 262 | 1 | 50 | 0 | 143 | 36 | 124 | 143 | 43 |
| Binary | 1101010 | 10110010 | 1 | 101000 | 0 | 1100011 | 11110 | 1010100 | 1100011 | 100011 |
Color Harmonies of #6AB201
Complementary color
Monochromatic Colors of #6AB201
Black with #6AB201
Text Example
Text Example
White with #6AB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AB201; }
p { color: rgb(106,178,1); }
H1.HeaderClassName
{
color: #6AB201;
}
.AnyTagClassName
{
color: #6AB201;
}
</style>
background-color css
<style>
a { background-color: #6AB201; }
a { background-color: rgb(106,178,1); }
div.DivClassName
{
background-color: #6AB201;
}
.BgClassName
{
background-color: #6AB201;
}
</style>
border-color css
<style>
span { border-color: #6AB201; }
span { border-color: rgb(106,178,1); }
td.TdClassName
{
border-color: #6AB201;
}
.TagClassName
{
border-color: #6AB201;
}
</style>