#6DBF9F

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

Shades of Keppel #6DBF9F

Tints of Keppel #6DBF9F

Color information

#6DBF9F (or 0x6DBF9F) is unknown color: approx Keppel. HEX triplet: 6D, BF and 9F. RGB value is (109,191,159). Sum of RGB (Red+Green+Blue) = 109+191+159=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DBF9F is #924060. Grayscale: #A2A2A2. Windows color (decimal): -9584737 or 10469229. OLE color: 10469229.

HSL color Cylindrical-coordinate representation of color #6DBF9F: hue angle of 156.59º degrees, saturation: 0.39, 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 #6DBF9F is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB109191159-
CMYK0.4300.170.25
HSL156.59º39.05%58.82%-
HSV(B)156.59º42.93%74.9%-
XYZ31.243.0239.46-
YUV162.83125.8389.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.75%
GREEN value IS 191 (75% from 255) = 41.61%
BLUE value IS 159 (62.5% from 255) = 34.64%
R=23.75%
G=41.61%
B=34.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1091911590.4300.170.25156.5939.0558.82
Hex6DBF9F2B011199d273b
Octal15527723753021312354773
Binary110110110111111100111111010110100011100110011101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,191,159); }

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

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

 a { background-color: rgb(109,191,159); }

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

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

 span { border-color: rgb(109,191,159); }

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