#6BBAA1

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

Shades of Keppel #6BBAA1

Tints of Keppel #6BBAA1

Color information

#6BBAA1 (or 0x6BBAA1) is unknown color: approx Keppel. HEX triplet: 6B, BA and A1. RGB value is (107,186,161). Sum of RGB (Red+Green+Blue) = 107+186+161=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBAA1 is #94455E. Grayscale: #9F9F9F. Windows color (decimal): -9717087 or 10599019. OLE color: 10599019.

HSL color Cylindrical-coordinate representation of color #6BBAA1: hue angle of 161.01º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBAA1 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB107186161-
CMYK0.4200.130.27
HSL161.01º36.41%57.45%-
HSV(B)161.01º42.47%72.94%-
XYZ30.0640.8240.01-
YUV159.53128.8390.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.57%
GREEN value IS 186 (73.05% from 255) = 40.97%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=23.57%
G=40.97%
B=35.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861610.4200.130.27161.0136.4157.45
Hex6BBAA12A0D1Ba12439
Octal15327224152015332414471
Binary11010111011101010100001101010011011101110100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,161); }

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

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

 a { background-color: rgb(107,186,161); }

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

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

 span { border-color: rgb(107,186,161); }

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