#6DBDA0

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

Shades of Keppel #6DBDA0

Tints of Keppel #6DBDA0

Color information

#6DBDA0 (or 0x6DBDA0) is unknown color: approx Keppel. HEX triplet: 6D, BD and A0. RGB value is (109,189,160). Sum of RGB (Red+Green+Blue) = 109+189+160=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA0 is #92425F. Grayscale: #A1A1A1. Windows color (decimal): -9585248 or 10534253. OLE color: 10534253.

HSL color Cylindrical-coordinate representation of color #6DBDA0: hue angle of 158.25º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBDA0 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB109189160-
CMYK0.4200.150.26
HSL158.25º37.74%58.43%-
HSV(B)158.25º42.33%74.12%-
XYZ30.8542.1839.77-
YUV161.7712790.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.80%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 160 (62.89% from 255) = 34.93%
R=23.80%
G=41.27%
B=34.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891600.4200.150.26158.2537.7458.43
Hex6DBDA02A0F1A9e263a
Octal15527524052017322364672
Binary11011011011110110100000101010011111101010011110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,189,160); }

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

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

 a { background-color: rgb(109,189,160); }

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

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

 span { border-color: rgb(109,189,160); }

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