#6DBD9E

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

Shades of Keppel #6DBD9E

Tints of Keppel #6DBD9E

Color information

#6DBD9E (or 0x6DBD9E) is unknown color: approx Keppel. HEX triplet: 6D, BD and 9E. RGB value is (109,189,158). Sum of RGB (Red+Green+Blue) = 109+189+158=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBD9E is #924261. Grayscale: #A1A1A1. Windows color (decimal): -9585250 or 10403181. OLE color: 10403181.

HSL color Cylindrical-coordinate representation of color #6DBD9E: hue angle of 156.75º 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 #6DBD9E is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB109189158-
CMYK0.4200.160.26
HSL156.75º37.74%58.43%-
HSV(B)156.75º42.33%74.12%-
XYZ30.6842.1238.86-
YUV161.5512690.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.90%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 158 (62.11% from 255) = 34.65%
R=23.90%
G=41.45%
B=34.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891580.4200.160.26156.7537.7458.43
Hex6DBD9E2A0101A9d263a
Octal15527523652020322354672
Binary110110110111101100111101010100100001101010011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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