#6CBAA1

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

Shades of Keppel #6CBAA1

Tints of Keppel #6CBAA1

Color information

#6CBAA1 (or 0x6CBAA1) is unknown color: approx Keppel. HEX triplet: 6C, BA and A1. RGB value is (108,186,161). Sum of RGB (Red+Green+Blue) = 108+186+161=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 186 - color contains mainly: green. Hex color #6CBAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBAA1 is #93455E. Grayscale: #9F9F9F. Windows color (decimal): -9651551 or 10599020. OLE color: 10599020.

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

Color convert

RGB108186161-
CMYK0.4200.130.27
HSL160.77º36.11%57.65%-
HSV(B)160.77º41.94%72.94%-
XYZ30.1840.8840.02-
YUV159.83128.6691.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.74%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 161 (63.28% from 255) = 35.38%
R=23.74%
G=40.88%
B=35.38%

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
Decimal1081861610.4200.130.27160.7736.1157.65
Hex6CBAA12A0D1Ba1243a
Octal15427224152015332414472
Binary11011001011101010100001101010011011101110100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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