#6CB69B

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

Shades of Keppel #6CB69B

Tints of Keppel #6CB69B

Color information

#6CB69B (or 0x6CB69B) is unknown color: approx Keppel. HEX triplet: 6C, B6 and 9B. RGB value is (108,182,155). Sum of RGB (Red+Green+Blue) = 108+182+155=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 182 - color contains mainly: green. Hex color #6CB69B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB69B is #934964. Grayscale: #9C9C9C. Windows color (decimal): -9652581 or 10204780. OLE color: 10204780.

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

Color convert

RGB108182155-
CMYK0.4100.150.29
HSL158.11º33.64%56.86%-
HSV(B)158.11º40.66%71.37%-
XYZ28.8339.0137.02-
YUV156.8126.9893.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.27%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=24.27%
G=40.90%
B=34.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1081821550.4100.150.29158.1133.6456.86
Hex6CB69B290F1D9e2239
Octal15426623351017352364271
Binary11011001011011010011011101001011111110110011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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