#6BC901

Color #6BC901 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6BC901

Tints of Christi #6BC901

Color information

#6BC901 (or 0x6BC901) is unknown color: approx Christi. HEX triplet: 6B, C9 and 01. RGB value is (107,201,1). Sum of RGB (Red+Green+Blue) = 107+201+1=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC901 is #9436FE. Grayscale: #969696. Windows color (decimal): -9713407 or 117099. OLE color: 117099.

HSL color Cylindrical-coordinate representation of color #6BC901: hue angle of 88.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BC901 is Cyan = 0.47, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB1072011-
CMYK0.4701.000.21
HSL88.2º99.01%39.61%-
HSV(B)88.2º99.5%78.82%-
XYZ26.9644.97.27-
YUV150.0943.8697.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 34.63%
GREEN value IS 201 (78.91% from 255) = 65.05%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=34.63%
G=65.05%
B=0.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal10720110.4701.000.2188.299.0139.61
Hex6BC912F06415586328
Octal15331115701442513014350
Binary1101011110010011101111011001001010110110001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6BC901; }

 p { color: rgb(107,201,1); }

 H1.HeaderClassName
 {
   color: #6BC901;
 }
 .AnyTagClassName
 {
   color: #6BC901;
 }
</style>
background-color css

<style>
 a { background-color: #6BC901; }

 a { background-color: rgb(107,201,1); }

 div.DivClassName
 {
   background-color: #6BC901;
 }
 .BgClassName
 {
   background-color: #6BC901;
 }
</style>
border-color css

<style>
 span { border-color: #6BC901; }

 span { border-color: rgb(107,201,1); }

 td.TdClassName
 {
   border-color: #6BC901;
 }
 .TagClassName
 {
   border-color: #6BC901;
 }
</style>