#6DBEA0

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

Shades of Keppel #6DBEA0

Tints of Keppel #6DBEA0

Color information

#6DBEA0 (or 0x6DBEA0) is unknown color: approx Keppel. HEX triplet: 6D, BE and A0. RGB value is (109,190,160). Sum of RGB (Red+Green+Blue) = 109+190+160=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBEA0 is #92415F. Grayscale: #A2A2A2. Windows color (decimal): -9584992 or 10534509. OLE color: 10534509.

HSL color Cylindrical-coordinate representation of color #6DBEA0: hue angle of 157.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6DBEA0 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB109190160-
CMYK0.4300.160.25
HSL157.78º38.39%58.63%-
HSV(B)157.78º42.63%74.51%-
XYZ31.0742.6239.85-
YUV162.36126.6689.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=23.75%
G=41.39%
B=34.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091901600.4300.160.25157.7838.3958.63
Hex6DBEA02B010199e263b
Octal15527624053020312364673
Binary110110110111110101000001010110100001100110011110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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