#6CB89F

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

Shades of Keppel #6CB89F

Tints of Keppel #6CB89F

Color information

#6CB89F (or 0x6CB89F) is unknown color: approx Keppel. HEX triplet: 6C, B8 and 9F. RGB value is (108,184,159). Sum of RGB (Red+Green+Blue) = 108+184+159=451 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.95% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB89F is #934760. Grayscale: #9E9E9E. Windows color (decimal): -9652065 or 10467436. OLE color: 10467436.

HSL color Cylindrical-coordinate representation of color #6CB89F: hue angle of 160.26º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB89F is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB108184159-
CMYK0.4100.140.28
HSL160.26º34.86%57.25%-
HSV(B)160.26º41.3%72.16%-
XYZ29.5839.9738.96-
YUV158.43128.3292.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.95%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=23.95%
G=40.80%
B=35.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841590.4100.140.28160.2634.8657.25
Hex6CB89F290E1Ca02339
Octal15427023751016342404371
Binary11011001011100010011111101001011101110010100000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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