#6CB49F

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

Shades of Keppel #6CB49F

Tints of Keppel #6CB49F

Color information

#6CB49F (or 0x6CB49F) is unknown color: approx Keppel. HEX triplet: 6C, B4 and 9F. RGB value is (108,180,159). Sum of RGB (Red+Green+Blue) = 108+180+159=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49F is #934B60. Grayscale: #9C9C9C. Windows color (decimal): -9653089 or 10466412. OLE color: 10466412.

HSL color Cylindrical-coordinate representation of color #6CB49F: hue angle of 162.5º 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 #6CB49F is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB108180159-
CMYK0.4000.120.29
HSL162.5º32.43%56.47%-
HSV(B)162.5º40%70.59%-
XYZ28.7638.3338.68-
YUV156.08129.6593.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 159 (62.5% from 255) = 35.57%
R=24.16%
G=40.27%
B=35.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801590.4000.120.29162.532.4356.47
Hex6CB49F280C1Da22038
Octal15426423750014352424070
Binary11011001011010010011111101000011001110110100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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