#6CB49E

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

Shades of Keppel #6CB49E

Tints of Keppel #6CB49E

Color information

#6CB49E (or 0x6CB49E) is unknown color: approx Keppel. HEX triplet: 6C, B4 and 9E. RGB value is (108,180,158). Sum of RGB (Red+Green+Blue) = 108+180+158=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB49E is #934B61. Grayscale: #9B9B9B. Windows color (decimal): -9653090 or 10400876. OLE color: 10400876.

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

Color convert

RGB108180158-
CMYK0.4000.120.29
HSL161.67º32.43%56.47%-
HSV(B)161.67º40%70.59%-
XYZ28.6838.338.23-
YUV155.96129.1593.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.22%
GREEN value IS 180 (70.70% from 255) = 40.36%
BLUE value IS 158 (62.11% from 255) = 35.43%
R=24.22%
G=40.36%
B=35.43%

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
Decimal1081801580.4000.120.29161.6732.4356.47
Hex6CB49E280C1Da22038
Octal15426423650014352424070
Binary11011001011010010011110101000011001110110100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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