#6BBD9E

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

Shades of Keppel #6BBD9E

Tints of Keppel #6BBD9E

Color information

#6BBD9E (or 0x6BBD9E) is unknown color: approx Keppel. HEX triplet: 6B, BD and 9E. RGB value is (107,189,158). Sum of RGB (Red+Green+Blue) = 107+189+158=454 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.57% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 158 (62.11% from 255 or 34.80% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBD9E is #944261. Grayscale: #A0A0A0. Windows color (decimal): -9716322 or 10403179. OLE color: 10403179.

HSL color Cylindrical-coordinate representation of color #6BBD9E: hue angle of 157.32º 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 #6BBD9E is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB107189158-
CMYK0.4300.160.26
HSL157.32º38.32%58.04%-
HSV(B)157.32º43.39%74.12%-
XYZ30.4341.9938.85-
YUV160.95126.3389.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.57%
GREEN value IS 189 (74.22% from 255) = 41.63%
BLUE value IS 158 (62.11% from 255) = 34.80%
R=23.57%
G=41.63%
B=34.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891580.4300.160.26157.3238.3258.04
Hex6BBD9E2B0101A9d263a
Octal15327523653020322354672
Binary110101110111101100111101010110100001101010011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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