Shades of Christi #6B9E01
Tints of Christi #6B9E01
RGB
CMYK
RGB Variations
Color information
#6B9E01 (or 0x6B9E01) is known color: Christi. HEX triplet: 6B, 9E and 01. RGB value is (107,158,1). Sum of RGB (Red+Green+Blue) = 107+158+1=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 158 (62.11% from 255 or 59.40% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9E01 is #9461FE. Grayscale: #7D7D7D. Windows color (decimal): -9724415 or 106091. OLE color: 106091.
HSL color Cylindrical-coordinate representation of color #6B9E01: hue angle of 79.49º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B9E01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 1 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.38 |
| HSL | 79.49º | 0.99% | 0.31% | - |
| HSV(B) | 79.49º | 0.99% | 0.62% | - |
| XYZ | 18.3 | 27.58 | 4.39 | - |
| YUV | 124.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 1 | 0.32 | 0 | 0.99 | 0.38 | 79.49 | 0.99 | 0.31 |
| Hex | 6B | 9E | 1 | 20 | 0 | 63 | 26 | 4F | 63 | 1F |
| Octal | 153 | 236 | 1 | 40 | 0 | 143 | 46 | 117 | 143 | 37 |
| Binary | 1101011 | 10011110 | 1 | 100000 | 0 | 1100011 | 100110 | 1001111 | 1100011 | 11111 |
Color Harmonies of #6B9E01
Complementary color
Monochromatic Colors of #6B9E01
Black with #6B9E01
Text Example
Text Example
White with #6B9E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E01; }
p { color: rgb(107,158,1); }
H1.HeaderClassName
{
color: #6B9E01;
}
.AnyTagClassName
{
color: #6B9E01;
}
</style>
background-color css
<style>
a { background-color: #6B9E01; }
a { background-color: rgb(107,158,1); }
div.DivClassName
{
background-color: #6B9E01;
}
.BgClassName
{
background-color: #6B9E01;
}
</style>
border-color css
<style>
span { border-color: #6B9E01; }
span { border-color: rgb(107,158,1); }
td.TdClassName
{
border-color: #6B9E01;
}
.TagClassName
{
border-color: #6B9E01;
}
</style>