#6CB49D

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

Shades of Keppel #6CB49D

Tints of Keppel #6CB49D

Color information

#6CB49D (or 0x6CB49D) is unknown color: approx Keppel. HEX triplet: 6C, B4 and 9D. RGB value is (108,180,157). Sum of RGB (Red+Green+Blue) = 108+180+157=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49D is #934B62. Grayscale: #9B9B9B. Windows color (decimal): -9653091 or 10335340. OLE color: 10335340.

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

Color convert

RGB108180157-
CMYK0.4000.130.29
HSL160.83º32.43%56.47%-
HSV(B)160.83º40%70.59%-
XYZ28.5938.2637.78-
YUV155.85128.6593.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.27%
GREEN value IS 180 (70.70% from 255) = 40.45%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=24.27%
G=40.45%
B=35.28%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081801570.4000.130.29160.8332.4356.47
Hex6CB49D280D1Da12038
Octal15426423550015352414070
Binary11011001011010010011101101000011011110110100001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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