#6CB8A0

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

Shades of Keppel #6CB8A0

Tints of Keppel #6CB8A0

Color information

#6CB8A0 (or 0x6CB8A0) is unknown color: approx Keppel. HEX triplet: 6C, B8 and A0. RGB value is (108,184,160). Sum of RGB (Red+Green+Blue) = 108+184+160=452 (59% of max value = 765). Red value is 108 (42.58% from 255 or 23.89% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #6CB8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB8A0 is #93475F. Grayscale: #9E9E9E. Windows color (decimal): -9652064 or 10532972. OLE color: 10532972.

HSL color Cylindrical-coordinate representation of color #6CB8A0: hue angle of 161.05º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6CB8A0 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB108184160-
CMYK0.4100.130.28
HSL161.05º34.86%57.25%-
HSV(B)161.05º41.3%72.16%-
XYZ29.6740.0139.42-
YUV158.54128.8291.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.89%
GREEN value IS 184 (72.27% from 255) = 40.71%
BLUE value IS 160 (62.89% from 255) = 35.40%
R=23.89%
G=40.71%
B=35.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1081841600.4100.130.28161.0534.8657.25
Hex6CB8A0290D1Ca12339
Octal15427024051015342414371
Binary11011001011100010100000101001011011110010100001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,184,160); }

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

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

 a { background-color: rgb(108,184,160); }

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

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

 span { border-color: rgb(108,184,160); }

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