#6CBCA5

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

Shades of Keppel #6CBCA5

Tints of Keppel #6CBCA5

Color information

#6CBCA5 (or 0x6CBCA5) is unknown color: approx Keppel. HEX triplet: 6C, BC and A5. RGB value is (108,188,165). Sum of RGB (Red+Green+Blue) = 108+188+165=461 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.43% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 165 (64.84% from 255 or 35.79% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA5 is #93435A. Grayscale: #A1A1A1. Windows color (decimal): -9651035 or 10861676. OLE color: 10861676.

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

Color convert

RGB108188165-
CMYK0.4300.120.26
HSL162.75º37.38%58.04%-
HSV(B)162.75º42.55%73.73%-
XYZ30.9641.8742.05-
YUV161.4613089.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.43%
GREEN value IS 188 (73.83% from 255) = 40.78%
BLUE value IS 165 (64.84% from 255) = 35.79%
R=23.43%
G=40.78%
B=35.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881650.4300.120.26162.7537.3858.04
Hex6CBCA52B0C1Aa3253a
Octal15427424553014322434572
Binary11011001011110010100101101011011001101010100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,188,165); }

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

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

 a { background-color: rgb(108,188,165); }

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

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

 span { border-color: rgb(108,188,165); }

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