#6DBDA2

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

Shades of Keppel #6DBDA2

Tints of Keppel #6DBDA2

Color information

#6DBDA2 (or 0x6DBDA2) is unknown color: approx Keppel. HEX triplet: 6D, BD and A2. RGB value is (109,189,162). Sum of RGB (Red+Green+Blue) = 109+189+162=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBDA2 is #92425D. Grayscale: #A2A2A2. Windows color (decimal): -9585246 or 10665325. OLE color: 10665325.

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

Color convert

RGB109189162-
CMYK0.4200.140.26
HSL159.75º37.74%58.43%-
HSV(B)159.75º42.33%74.12%-
XYZ31.0342.2640.7-
YUV16212890.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.70%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 162 (63.67% from 255) = 35.22%
R=23.70%
G=41.09%
B=35.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891620.4200.140.26159.7537.7458.43
Hex6DBDA22A0E1Aa0263a
Octal15527524252016322404672
Binary11011011011110110100010101010011101101010100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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