#6CBD9E

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

Shades of Keppel #6CBD9E

Tints of Keppel #6CBD9E

Color information

#6CBD9E (or 0x6CBD9E) is unknown color: approx Keppel. HEX triplet: 6C, BD and 9E. RGB value is (108,189,158). Sum of RGB (Red+Green+Blue) = 108+189+158=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBD9E is #934261. Grayscale: #A1A1A1. Windows color (decimal): -9650786 or 10403180. OLE color: 10403180.

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

Color convert

RGB108189158-
CMYK0.4300.160.26
HSL157.04º38.03%58.24%-
HSV(B)157.04º42.86%74.12%-
XYZ30.5542.0538.85-
YUV161.25126.1690.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 189 (74.22% from 255) = 41.54%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=23.74%
G=41.54%
B=34.73%

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
Decimal1081891580.4300.160.26157.0438.0358.24
Hex6CBD9E2B0101A9d263a
Octal15427523653020322354672
Binary110110010111101100111101010110100001101010011101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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