#6CBDA5

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

Shades of Keppel #6CBDA5

Tints of Keppel #6CBDA5

Color information

#6CBDA5 (or 0x6CBDA5) is unknown color: approx Keppel. HEX triplet: 6C, BD and A5. RGB value is (108,189,165). Sum of RGB (Red+Green+Blue) = 108+189+165=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 165 (64.84% from 255 or 35.71% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBDA5 is #93425A. Grayscale: #A2A2A2. Windows color (decimal): -9650779 or 10861932. OLE color: 10861932.

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

Color convert

RGB108189165-
CMYK0.4300.130.26
HSL162.22º38.03%58.24%-
HSV(B)162.22º42.86%74.12%-
XYZ31.1742.342.12-
YUV162.05129.6689.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.38%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 165 (64.84% from 255) = 35.71%
R=23.38%
G=40.91%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891650.4300.130.26162.2238.0358.24
Hex6CBDA52B0D1Aa2263a
Octal15427524553015322424672
Binary11011001011110110100101101011011011101010100010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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