#6CB49B

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

Shades of Keppel #6CB49B

Tints of Keppel #6CB49B

Color information

#6CB49B (or 0x6CB49B) is unknown color: approx Keppel. HEX triplet: 6C, B4 and 9B. RGB value is (108,180,155). Sum of RGB (Red+Green+Blue) = 108+180+155=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49B is #934B64. Grayscale: #9B9B9B. Windows color (decimal): -9653093 or 10204268. OLE color: 10204268.

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

Color convert

RGB108180155-
CMYK0.4000.140.29
HSL159.17º32.43%56.47%-
HSV(B)159.17º40%70.59%-
XYZ28.4238.236.89-
YUV155.62127.6594.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.38%
GREEN value IS 180 (70.70% from 255) = 40.63%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=24.38%
G=40.63%
B=34.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801550.4000.140.29159.1732.4356.47
Hex6CB49B280E1D9f2038
Octal15426423350016352374070
Binary11011001011010010011011101000011101110110011111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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