#6BBDA1

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

Shades of Keppel #6BBDA1

Tints of Keppel #6BBDA1

Color information

#6BBDA1 (or 0x6BBDA1) is unknown color: approx Keppel. HEX triplet: 6B, BD and A1. RGB value is (107,189,161). Sum of RGB (Red+Green+Blue) = 107+189+161=457 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.41% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBDA1 is #94425E. Grayscale: #A1A1A1. Windows color (decimal): -9716319 or 10599787. OLE color: 10599787.

HSL color Cylindrical-coordinate representation of color #6BBDA1: hue angle of 159.51º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBDA1 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB107189161-
CMYK0.4300.150.26
HSL159.51º38.32%58.04%-
HSV(B)159.51º43.39%74.12%-
XYZ30.6942.0940.23-
YUV161.29127.8389.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.41%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=23.41%
G=41.36%
B=35.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891610.4300.150.26159.5138.3258.04
Hex6BBDA12B0F1Aa0263a
Octal15327524153017322404672
Binary11010111011110110100001101011011111101010100000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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