#6CB69F

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

Shades of Keppel #6CB69F

Tints of Keppel #6CB69F

Color information

#6CB69F (or 0x6CB69F) is unknown color: approx Keppel. HEX triplet: 6C, B6 and 9F. RGB value is (108,182,159). Sum of RGB (Red+Green+Blue) = 108+182+159=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB69F is #934960. Grayscale: #9D9D9D. Windows color (decimal): -9652577 or 10466924. OLE color: 10466924.

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

Color convert

RGB108182159-
CMYK0.4100.130.29
HSL161.35º33.64%56.86%-
HSV(B)161.35º40.66%71.37%-
XYZ29.1739.1538.82-
YUV157.25128.9892.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.05%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=24.05%
G=40.53%
B=35.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081821590.4100.130.29161.3533.6456.86
Hex6CB69F290D1Da12239
Octal15426623751015352414271
Binary11011001011011010011111101001011011110110100001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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