#6BB49B

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

Shades of Keppel #6BB49B

Tints of Keppel #6BB49B

Color information

#6BB49B (or 0x6BB49B) is unknown color: approx Keppel. HEX triplet: 6B, B4 and 9B. RGB value is (107,180,155). Sum of RGB (Red+Green+Blue) = 107+180+155=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #6BB49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BB49B is #944B64. Grayscale: #9B9B9B. Windows color (decimal): -9718629 or 10204267. OLE color: 10204267.

HSL color Cylindrical-coordinate representation of color #6BB49B: hue angle of 159.45º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6BB49B is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB107180155-
CMYK0.4100.140.29
HSL159.45º32.74%56.27%-
HSV(B)159.45º40.56%70.59%-
XYZ28.338.1336.88-
YUV155.32127.8293.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.21%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=24.21%
G=40.72%
B=35.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1071801550.4100.140.29159.4532.7456.27
Hex6BB49B290E1D9f2138
Octal15326423351016352374170
Binary11010111011010010011011101001011101110110011111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,155); }

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

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

 a { background-color: rgb(107,180,155); }

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

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

 span { border-color: rgb(107,180,155); }

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