Shades of Christi #6BAF01
Tints of Christi #6BAF01
RGB
CMYK
RGB Variations
Color information
#6BAF01 (or 0x6BAF01) is known color: Christi. HEX triplet: 6B, AF and 01. RGB value is (107,175,1). Sum of RGB (Red+Green+Blue) = 107+175+1=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6BAF01 is #9450FE. Grayscale: #878787. Windows color (decimal): -9720063 or 110443. OLE color: 110443.
HSL color Cylindrical-coordinate representation of color #6BAF01: hue angle of 83.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6BAF01 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 1 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.31 |
| HSL | 83.45º | 0.99% | 0.35% | - |
| HSV(B) | 83.45º | 0.99% | 0.69% | - |
| XYZ | 21.4 | 33.79 | 5.42 | - |
| YUV | 134.83 | 52.47 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 1 | 0.39 | 0 | 0.99 | 0.31 | 83.45 | 0.99 | 0.35 |
| Hex | 6B | AF | 1 | 27 | 0 | 63 | 1F | 53 | 63 | 23 |
| Octal | 153 | 257 | 1 | 47 | 0 | 143 | 37 | 123 | 143 | 43 |
| Binary | 1101011 | 10101111 | 1 | 100111 | 0 | 1100011 | 11111 | 1010011 | 1100011 | 100011 |
Color Harmonies of #6BAF01
Complementary color
Monochromatic Colors of #6BAF01
Black with #6BAF01
Text Example
Text Example
White with #6BAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF01; }
p { color: rgb(107,175,1); }
H1.HeaderClassName
{
color: #6BAF01;
}
.AnyTagClassName
{
color: #6BAF01;
}
</style>
background-color css
<style>
a { background-color: #6BAF01; }
a { background-color: rgb(107,175,1); }
div.DivClassName
{
background-color: #6BAF01;
}
.BgClassName
{
background-color: #6BAF01;
}
</style>
border-color css
<style>
span { border-color: #6BAF01; }
span { border-color: rgb(107,175,1); }
td.TdClassName
{
border-color: #6BAF01;
}
.TagClassName
{
border-color: #6BAF01;
}
</style>