#6CBE9F

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

Shades of Keppel #6CBE9F

Tints of Keppel #6CBE9F

Color information

#6CBE9F (or 0x6CBE9F) is unknown color: approx Keppel. HEX triplet: 6C, BE and 9F. RGB value is (108,190,159). Sum of RGB (Red+Green+Blue) = 108+190+159=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 159 (62.5% from 255 or 34.79% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBE9F is #934160. Grayscale: #A1A1A1. Windows color (decimal): -9650529 or 10468972. OLE color: 10468972.

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

Color convert

RGB108190159-
CMYK0.4300.160.25
HSL157.32º38.68%58.43%-
HSV(B)157.32º43.16%74.51%-
XYZ30.8642.5239.38-
YUV161.95126.3389.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.63%
GREEN value IS 190 (74.61% from 255) = 41.58%
BLUE value IS 159 (62.5% from 255) = 34.79%
R=23.63%
G=41.58%
B=34.79%

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
Decimal1081901590.4300.160.25157.3238.6858.43
Hex6CBE9F2B010199d273a
Octal15427623753020312354772
Binary110110010111110100111111010110100001100110011101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,190,159); }

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

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

 a { background-color: rgb(108,190,159); }

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

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

 span { border-color: rgb(108,190,159); }

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